-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/cgo: regression in Go1.12beta2 causes "unexpected semicolon, expecting expression" error #30117
Comments
Thank you for reporting this issue @rjeczalik! I shall kindly page @ianlancetaylor. |
Lighter OS agnostic repo that I confirmed still happens on tip hash aa161ad
Does not repo with only
|
@AlexRouSg The updated version does build for me, and this looks like the same problem as #29781, which is fixed on tip. Can you double check that you used the tip version of cgo? Thanks. |
@ianlancetaylor yup did a fresh git clone and build with hash 7ccd358
Not sure if it matters but I'm on windows amd64 |
facepalm I forgot to set goroot yup doesn't happen on tip |
Thanks for testing. I'm going to close this as fixed on tip. Thanks for reporting the problem. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No (tested
go version go1.11.5 darwin/amd64
).What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: