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:

> On Sun, Jan 2, 2011 at 10:18 PM, Ian Lance Taylor <iant@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


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