Simon Toth | 18 Jul 13:14

Where to get a list of warning and error messages

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

Robert Dewar | 18 Jul 13:39

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.

Philipp Thomas | 18 Jul 13:40

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

* Simon Toth (happy.cerberus <at> gmail.com) [20080718 13:16]:

> Is there any full database of gcc warnings and errors?

AFAIK, there isn't one. I guess your best choice is gcc.pot (i.e. the
message catalog) in the po subdir.

Philipp


Gmane