This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/34414] unrecognized command line option "-Wc++-compat"
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Dec 2007 09:55:08 -0000
- Subject: [Bug bootstrap/34414] unrecognized command line option "-Wc++-compat"
- References: <bug-34414-15391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2007-12-10 09:55 -------
I think the problem described is that '-Wc++-compat' is used for building
stage1
even if it is not available. Look at the output of configure in gcc/ and
figure out which CC it is using for checking for the availability of
-Wc++-compat.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34414