Richard Guenther <richard.guent...@gmail.com> writes: > On Sun, Jan 2, 2011 at 10:18 PM, Ian Lance Taylor <i...@google.com> wrote: >> No, it is not. All .go input files must be passed to go1 at once. >> H.J.'s patch has indeed broken gccgo. > > Interesting. Do we have a testcase that is now broken? It seems to me > that gcgo should force combining sources, even if no output file is > given (and a.out is the default output).
Currently gccgo does force combining sources, by adding an explicit -o option if no such option is present. I can of course do it in a different way, there just has to be a way. Ian