This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Behavior change of driver on multiple input assembly files


Richard Guenther <richard.guenther@gmail.com> writes:

> Your small patch removing have_o || is ok I guess.

Wait.  That will change the behaviour of
    gcc -o foo.o -c f1.c f2.c f3.c
Is that what we want?

Also, right now the gccgo driver depends on the -o behaviour to combine
inputs.  If that changes, the driver will need to provide some other way
to let the frontend force inputs to be combined.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]