-
Notifications
You must be signed in to change notification settings - Fork 12.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
ICE when using simd Shl/Shr. #24716
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
steveklabnik
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Apr 23, 2015
Backtrace:
Related: #11900 cc @pnkfelix, because you implemented overflow checking. |
ghost
mentioned this issue
May 4, 2015
Dupe of #24258 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code:
Will cause an ICE:
Tested with:
rustc 1.0.0-nightly (00978a987 2015-04-18) (built 2015-04-19)
The text was updated successfully, but these errors were encountered: