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
If this breaks your code, take a deep breath, go for a walk, and
consider why you're relying on the sign extension semantics of
enum-to-float casts.
[breaking-change]
Closes#8230.
This program:
prints this (on x86_64):
This seems wrong. It would've been introduced by #8000, I think. Which of the two behaviors seen here is right?
The text was updated successfully, but these errors were encountered: