This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Committed Go frontend
Joern Rennecke <amylaar@spamcop.net> writes:
> Quoting Andrew Pinski <pinskia@gmail.com>:
>
>> On Thu, Dec 2, 2010 at 8:41 PM, Ian Lance Taylor <iant@google.com> wrote:
>>> The Go language is not built by default, so this should not have a
>>> significant effect on most developers.
>>
>> Hmm, but it looks like it is currently.
>
> Indeed, as of r167408, --enable-languages=all includes go.
Well, yeah. Isn't that exactly what should happen? When I said it
wasn't built by default, I meant that it wasn't built if you don't use a
--enable-languages option.
Ian