Where to get a list of warning and error messages

Robert Dewar dewar@adacore.com
Fri Jul 18 11:41:00 GMT 2008


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.



More information about the Gcc mailing list