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