cmd/compile crash with -l=4 #44430
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Seems to happen only on tip (1.16 is ok).
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
Using attached zip file, build with:
What did you expect to see?
clean build
What did you see instead?
This crash:
I originally ran into this trying to build kubernetes/kubelet with "-l=4" to stress test a recent DWARF inlining change.
Not sure what the priority of this is, since normally folks don't build with "-l=4", but I'm reporting it since it seems possible that it might crop up in some other context with a regular inlining level.
inlretbug.zip
The text was updated successfully, but these errors were encountered: