-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/compile: internal compiler error: 'makeToplevelFunction': not lowered: v109, StructMake1 STRUCT UNSAFEPTR #41736
Comments
@dr2chase probably related to call lowering. |
Totally related to call lowering. |
PS @cherrymui can you have a look at https://go-review.googlesource.com/c/go/+/252338/6 ? |
Done. |
Change https://golang.org/cl/258897 mentions this issue: |
That CL there needs a review, will keep the lights on for now. Thanks to @andybons for "big scary features need revert switches" (this is the same switch I use for binary search dev testing, so I know it works). |
Not a fix, but things will work while I fix it. Credit @andybons "for we revert switches for scary stuff". Updates #41736 Change-Id: I55f90860eae919765aac4f6d9f108a54139027e1 Reviewed-on: https://go-review.googlesource.com/c/go/+/258897 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Change https://golang.org/cl/259203 mentions this issue: |
The text was updated successfully, but these errors were encountered: