This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug driver/15303] When gcc sees an unrecognized option, the exit status indicates success


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]