Richard Guenther <richard.guent...@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