-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Integer literals >= 2^64 cause an ICE #5544
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
Might be because the number parser detected an overflow and returned |
Strangely, it doesn't fail for some literals, e.g. a hex literal that is a repeat of a single digit, like |
huonw
added a commit
to huonw/rust
that referenced
this issue
Apr 8, 2013
… than 2^64. Stops an ICE. Closes rust-lang#5544.
This can be closed now that #5776 has landed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling the following code causes an ICE.
The text was updated successfully, but these errors were encountered: