cmd/compile: "internal compiler error: large ONEW with EscNone: new()" #39292
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
)?Also reproduced with:
go version devel +af2b592260 Wed Apr 22 14:12:34 2020 -0700 linux/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Compiled this:
What did you expect to see?
$ go build
$
What did you see instead?
$ go build
/D/Andrew/GoProjects/gocompilerbug
.\main.go:11:10: internal compiler error: large ONEW with EscNone: new()
Please file a bug report including a short program that triggers the error.
https://golang.org/issue/new
$
The text was updated successfully, but these errors were encountered: