-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go: go1.4 tool breaks compatibility with gcc 4.9 #9062
Labels
Comments
This should be prominently declared on the website somewhere. Right now it's not mentioned at all, and is a big departure from the way the previous go tool/gccgo interactions worked (where the go tool was basically backwards compatible). Plus, when you try this combination (which, btw, is the only possible combination right now w/ 1.4), the errors that you get are really really obscure (missing a function signature during tests). If go 1.4 does not support gccgo 4.9, there should be a better error message about the incompatibility when you try it. |
CL https://golang.org/cl/9063 mentions this issue. |
gopherbot
pushed a commit
to golang/blog
that referenced
this issue
Jun 30, 2015
This change complements change golang/go#9062 (because godoc and the blog share a style sheet) and makes the blog responsive for mobile. Change-Id: Ibcd415034c067a6ebc4489dc8b5f32ec9c1a38d6 Reviewed-on: https://go-review.googlesource.com/9063 Reviewed-by: Chris Broadfoot <cbro@golang.org>
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: