[Bug go/79122] go test -race reports import cycles with gccgo

2017-01-18 Thread aconway at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79122 --- Comment #3 from Alan --- I thought that might be the case but couldn't find a clear statement after a fair bit of googling. Is there a 'limitations of gccgo' doc somewhere that lists the unsupported features? You can close this from my

[Bug go/79122] go test -race reports import cycles with gccgo

2017-01-17 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79122 --- Comment #2 from Ian Lance Taylor --- Note that the race detector doesn't work at all with gccgo. So while this is a pretty bad error message, the only fix for this bug is going to be to produce a better error message.

[Bug go/79122] go test -race reports import cycles with gccgo

2017-01-17 Thread aconway at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79122 --- Comment #1 from Alan --- Reported as: https://github.com/golang/go/issues/18696 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79122