This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[C++ Patch] PR 40821


Hi,

this is a rather old diagnostic issue, already reported at least 3 times, recently too.

I tried various small variants of the same idea, and the below appears to work well enough: it tells the user about all the missing open and closed parentheses and overall the diagnostic is quite similar in terms of quality and quantity to what EDG produces, for example.

Booted and tested x86_64-linux.

Thanks,
Paolo.

////////////////////////

Attachment: CL_40821
Description: Text document

Attachment: patch_40821
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]