-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: "go run -compiler=gccgo main.go" doesn't work well with go1.19rc2 #53909
Comments
I can't recreate this. Can you see when it stopped working? Thanks. |
At least since 1.19beta1. 1.18.4 is ok. My gccgo version is 10, which is the newest version on debian. My go env:
|
I can't recreate the problem with 1.19beta1 either. I'm sorry, I don't know what is happening here. Do you have |
No. I only set |
I just built the go1.19rc2 tag and the tip. The problem exists in the go1.19rc2 tag version but is fixed in tip. |
OK, still not sure why it worked for me, but I may have made a mistake somewhere. Glad it is working for you. This may be #53815. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Not for 1.18.x, just for 1.19rc2
What did you do?
What did you expect to see?
Run well.
What did you see instead?
Errors:
Running gccgo solely is also okay.
The text was updated successfully, but these errors were encountered: