This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/15303] When gcc sees an unrecognized option, the exit status indicates success
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2004 04:51:26 -0000
- Subject: [Bug driver/15303] When gcc sees an unrecognized option, the exit status indicates success
- References: <20040506005932.15303.ian@wasabisystems.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-06 04:51 -------
Confirmed, but I think this is so that some options which have an effect on some target's
native compiler it will not cause gcc to fail. An example of this is -no-cpp-precomp on
Darwin where Apple's GCC accepts it without an error but the FSF warnings about the
option but does not fail, if it did then it will cause a bootstrap failure right now on the
mainline of the FSF's GCC.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-05-06 04:51:22
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15303