-
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: crash when compiling illegal code #48818
Comments
On tip (
But the second error message is... inscrutable. EDIT: oh, I see. It prints that when you try to "index" with cc @griesemer @findleyr @mdempsky to decide if the tip error message looks good. |
Here's the 1.17.1 panic:
The inscrutable error message in 1.18 is really unrelated. I'll open a separate issue. |
The 1.17.1 crash is unfortunate, but the gotip errors look okay to me. Since the code is invalid anyway, I don't think it's necessary to backport any fixes. I'm going to close. If anyone disagrees, feel free to reopen. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
Report errors
What did you see instead?
Crash
The text was updated successfully, but these errors were encountered: