This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/13680] gcc ignores illegal double-dash command line options
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2004 16:21:46 -0000
- Subject: [Bug other/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 schwab at suse dot de 2004-01-14 16:21 -------
"--foo" is equivalent to "-ffoo". The meaning of -f options depends on the
language to compile, which depends on the name of the input file.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13680