[Bug driver/29270] "--" does not end option parsing

2006-10-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-10-02 17:46 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug driver/29270] "--" does not end option parsing

2006-09-28 Thread joseph at codesourcery dot com
--- Comment #3 from joseph at codesourcery dot com 2006-09-28 15:04 --- Subject: Re: "--" does not end option parsing On Thu, 28 Sep 2006, pinskia at gcc dot gnu dot org wrote: > Hmm, one problem is that we need to know when we should pass -- on to cc1, > etc. > also. For an example

[Bug driver/29270] "--" does not end option parsing

2006-09-28 Thread pinskia at gcc dot gnu dot org
--- 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 "-- -

[Bug driver/29270] "--" does not end option parsing

2006-09-28 Thread schwab at suse dot de
--- Comment #1 from schwab at suse dot de 2006-09-28 11:21 --- See also the thread at . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29270