On Tue, Sep 11, 2012 at 5:03 AM, Diego Novillo <dnovi...@google.com> wrote: > On 2012-09-11 01:01 , Ian Lance Taylor wrote: >> >> On Mon, Sep 10, 2012 at 4:52 PM, Diego Novillo <dnovi...@google.com> >> wrote: >>> >>> >>> Ian, could you commit the changes in go/gofrontend? >> >> >> Done. Actually, it looks like you already committed them, but I >> brought the master repo up to date. > > > Yes, sorry. I'm not quite sure how to deal with Go patches, in general. > Had I not committed the patch, then Go would've been broken. > > Is it OK if these patches get committed to GCC trunk? I have at least 2 or > 3 more of this kind in the queue. Or do you prefer to have the master repo > update first? (in which case, trunk will be broken for a little while).
I think the right thing to do is to let Go break for a little while, so that the code in the GCC repository is always a copy of the gofrontend repository. I hope to get back to moving the remaining GCC-specific code out of gofrontend soon. Ian