[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/3] WIP: Go-lang
From: |
Jeff Mickey |
Subject: |
Re: [PATCH 0/3] WIP: Go-lang |
Date: |
Thu, 14 Jan 2016 11:17:59 -0800 |
User-agent: |
Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) |
* Efraim Flashner <address@hidden> [2016-01-12 08:31]:
> Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm
> pretty confident that go-1.4 works, and since go-1.5 inherits from go-1.4
> it should be working too.
I'm a bit confused - go-1.4 is not a bootstrapped release, and requires
a working C compiler. Exactly what go code is being built with go-1.4?
And isn't anything before gcc-5 building a different go runtime than the
standard compilers due to gccgo's lack of support for segmented
stacks. I would not suggest running much go code with pre-gcc-5
// codemac
- Re: [PATCH 1/3] gnu: gccgo: Update to 4.9., (continued)