[Bug c++/50012] [4.5/4.6/4.7 Regression] C++ front end misses -Wsign-compare warnings when extraneous parentheses are present
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 19 07:34:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50012
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-19 07:29:07 UTC ---
The problem is that we have just a single bit for the disabling of warning, we
don't have a way to selectively disable just some warnings.
More information about the Gcc-bugs
mailing list