-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: ICE compiling rangefunc for < 1.23 in combination with Cgo #67497
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
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
It seems to me this is duplicated of #67141 |
cc @golang/compiler |
@eliasnaur I believe this was fixed yesterday; i.e. this is a duplicate of #67141 as @cuonglm already pointed out. |
This was referenced Jul 18, 2024
This was referenced Aug 14, 2024
This was referenced Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Go version
go version devel go1.23-105ac94486 Fri May 17 21:53:50 2024 +0000 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Run a minimized variant of closed #65946,
Results in an internal compiler error.
What did you see happen?
What did you expect to see?
Removing the Cgo use replaces the ICE with a proper error:
The text was updated successfully, but these errors were encountered: