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
Overflows are reported for -O2 and -O3 due to evaluation of unsafe calculations in if-statements that should have been guarded by a previous condition short-circuiting. We only observe this on certain versions of MacOS, e.g., Monterrey 12.6.
I wouldn't have expected to see it with upstream -- this has been notoriously hard for us to get reproducible environments ourselves. I will try submitting to apple, thanks!
Overflows are reported for
-O2
and-O3
due to evaluation of unsafe calculations in if-statements that should have been guarded by a previous condition short-circuiting. We only observe this on certain versions of MacOS, e.g., Monterrey 12.6.Reproducer:
Build:
Run:
Version information:
The text was updated successfully, but these errors were encountered: