This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/28322] GCC new warnings and compatibility
- From: "pmaydell at chiark dot greenend dot org dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 May 2008 17:57:17 -0000
- Subject: [Bug other/28322] GCC new warnings and compatibility
- References: <bug-28322-5724@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #19 from pmaydell at chiark dot greenend dot org dot uk 2008-05-05 17:57 -------
Bug 35961 does suggest that we didn't quite get this patch right, though:
At top level:
cc1: error: unrecognized command line option "-Wno-long-double"
The deferred 'unrecognised -Wno*' output should only be a warning, not an
error. (In particular, it shouldn't cause compilation to fail if it would
otherwise have succeeded, which it looks as if it has done here.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28322