This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48087] -Wall -Werror adds warnings over and above those generated by -Wall
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 18 Oct 2011 00:53:48 +0000
- Subject: [Bug c++/48087] -Wall -Werror adds warnings over and above those generated by -Wall
- Auto-submitted: auto-generated
- References: <bug-48087-4@http.gcc.gnu.org/bugzilla/>
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?