You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This case invokes an undefined right shift by a negative value if %0 is true, or if a is non-zero in the C code. Obviously we shouldn't crash even on invalid input.
It appears to be a regression from 12.0., and affects 13.0 and later.
Compiler Explorer: https://godbolt.org/z/1qsqxarcW
@fhahn
The text was updated successfully, but these errors were encountered: