[Bug go/79281] gccgo: Binaries using goroutines crash on m68k
glaubitz at physik dot fu-berlin.de
gcc-bugzilla@gcc.gnu.org
Wed Feb 1 23:22:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79281
--- Comment #13 from John Paul Adrian Glaubitz <glaubitz at physik dot fu-berlin.de> ---
(In reply to Ian Lance Taylor from comment #11)
> GCC 7 will require a different fix, as the code has moved from C to Go. I'm
> not sure what the best approach is.
Btw, even with the fixes from this PR/79281 and PR/79037, the "go" command is
still crashing on m68k with gcc-6. It might be possible that this is the reason
the build of gcc-7 fails for this reason, doesn't it?
The crash in "go" on gcc-6 seems to be related to Go's Mutex type as this code
[1] crashes as well. I will file a separate bug report for that.
> [1] https://tour.golang.org/concurrency/9
More information about the Gcc-bugs
mailing list