[Bug c++/48087] -Wall -Werror adds warnings over and above those generated by -Wall

paolo.carlini at oracle dot com gcc-bugzilla@gcc.gnu.org
Tue Oct 18 00:54:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48087

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-10-18 00:53:48 UTC ---
Chris, did you ever see something similar for other warnings besides 'control
reaches end of non-void function'?

Because the latter is "special" in that isn't produced by the C++ front-end by
itself, and is also known to be affected by at least another annoying issue,
see PR49508. Humm, are we talking about the same issue actually?

In case, would it be hard to implement what Jakub suggested in PR49508?



More information about the Gcc-bugs mailing list