Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[cs] >>= not work if without -D erase-generics #8978
Labels
Milestone
Comments
sonygod
commented
Nov 18, 2019
•
|
This comment has been minimized.
This comment has been minimized.
This is compiled to long @value = ( (long) (1) );
@value >>= ( (long) (7) ); which is wrong, because |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Works fine in 3.4.7, so it's a regression |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment