-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: crash while exporting aliases (with GODEBUG=gotypesalias=1) #66550
Comments
It seems to me this could be a bug in types2, since cc @griesemer |
I've been working in the compiler today on alias import/export and I suspect I fixed this bug in passing. Will check. |
Change https://go.dev/cl/574737 mentions this issue: |
Change https://go.dev/cl/576139 mentions this issue: |
Now that the compiler support for gotypesalias=1 is fixed (by CL 574737), we can reenable these tests. Updates golang/go#66550 Updates golang/go#65294 Change-Id: I70b187c561d2eeb3f7a4cc078107b7bcce5ced01 Reviewed-on: https://go-review.googlesource.com/c/tools/+/576139 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Tim King <taking@google.com> Auto-Submit: Alan Donovan <adonovan@google.com>
(using pre-go1.23 toolchain built at f6b93a4)
This input file (a test case for issue #50259) causes the compiler to crash when
gotypesalias=1
is enabled:The text was updated successfully, but these errors were encountered: