This is the mail archive of the gcc@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]

Re: Where to get a list of warning and error messages


Simon Toth wrote:
I'm currently building a database of gcc warnings and error messages
including a example of code what triggers it and how to fix it.

Is there any full database of gcc warnings and errors?

Simon Toth

For the GNAT front end, no such list exists, however, a grep of the front end sources for the string Error_Msg would produce something good enough for this purpose.


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