[Bug 1263806] Re: gccgo fails to compile tomb.go on arm64
Matthias Klose
doko at ubuntu.com
Thu Apr 3 16:17:53 UTC 2014
fixed in trusty
** Also affects: gcc via
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59744
Importance: Unknown
Status: Unknown
** Changed in: gcc-4.8 (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1263806
Title:
gccgo fails to compile tomb.go on arm64
Status in The GNU Compiler Collection:
Unknown
Status in “gcc-4.8” package in Ubuntu:
Fix Released
Bug description:
Hi, on am2:
ubuntu at arm64:~/gopath/src/launchpad.net/tomb$ gccgo -g -c -o tomb.o tomb.go
tomb.go: In function 'tomb.Wait.pN12_go.tomb.Tomb':
tomb.go:108:1: error: total size of local objects too large
func (t *Tomb) Wait() error {
^
tomb.go: In function 'tomb.Kill.pN12_go.tomb.Tomb':
tomb.go:134:1: error: total size of local objects too large
func (t *Tomb) Kill(reason error) {
^
This is the first error line:
http://bazaar.launchpad.net/~niemeyer/tomb/trunk/view/head:/tomb.go#L108
which seems pretty innocuous.
Will dig (and probably kick upstream) in January.
To manage notifications about this bug go to:
https://bugs.launchpad.net/gcc/+bug/1263806/+subscriptions
More information about the foundations-bugs
mailing list