gcc - GNU C++ error messages -
Is there a comprehensive list of error / warning messages for the G ++ compiler available online?
Seeing something similar to the MSDN documentation which tells what each message means and maybe there is some sample code that shows a situation that causes such error.
I have seen, but I do not even see a simple calculation of all possible messages. Unfortunately, there is no such list, only GCC source code defines the message.
Unfortunately, there is no such list, only the GCC source code defines the message.
Some of those messages are used by GCC testuites, so you can find some examples there, if you download the GCC source code, of course, they are functional and regression testing for GCC , Not as a documentation for the user.
Comments
Post a Comment