-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
gccgo: runtime/trace not available in gcc-6.1.0 #15544
Comments
@ianlancetaylor triage ping. This also affects gcc mainline. |
This is going to require updating the gccgo runtime package to 1.7. I've started working on it but it will take a while. It's definitely not going to happen for GCC 6. |
CL https://golang.org/cl/26998 mentions this issue. |
Moves runtime/trace support (including its command line flag) behind a "gc" build tag to allow goimports to build under gccgo, which does not support runtime/trace. Updates golang/go#15544. Change-Id: I017a44089c0a4f3d3ba98815d57a141e25b3fe56 Reviewed-on: https://go-review.googlesource.com/26998 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
@ianlancetaylor looks like this was initially done in golang/gofrontend@9401e71#diff-2eab022867c5cfa1e28487d9bf4b836f? |
Yes, current gccgo has the runtime/trace package. |
Please answer these questions before submitting your issue. Thanks!
go version
)?go env
)?The text was updated successfully, but these errors were encountered: