cmd/compile: ICE compiling rangefunc for < 1.23 in combination with Cgo #67497
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
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: