This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/13680] gcc ignores illegal double-dash command line options
- 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: 14 Jan 2004 18:24:54 -0000
- Subject: [Bug driver/13680] gcc ignores illegal double-dash command line options
- References: <20040114111207.13680.mike_lange@despammed.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-14 18:24 -------
the -f* flags (aka --*) get only passed to the real compiles, when the input file *.o that file gets
passed to linker so the -f* flags do not get passed on.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|other |driver
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13680