Is there a comprehensive list of error/warning messages for the g++ compiler available online?
I'm looking for something similar to the MSDN documentation which describes what each message means and possibly has some sample code which demonstrates the conditions which would cause such an error.
I've looked at the GCC online documentation, but I don't see even a simple enumeration of all possible messages.