[Bug driver/29270] "--" does not end option parsing
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Sep 28 14:59:00 GMT 2006
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-28 14:59 -------
Hmm, one problem is that we need to know when we should pass -- on to cc1, etc.
also. For an example:
gcc t.c -- -l.c
is that -l.c a c source or a library for ld to have at and how do we invoke ld
then:
with "-- -l.c" or just "-l.c"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29270
More information about the Gcc-bugs
mailing list