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
It's not obvious to me why short-circuiting wasn't desirable here, however Clang seems to warn on this construction (even though there's no other correct way to interpret the code).
Can some parentheses be added as follows, both to line 1828 and to line 1964?
ac_types 4.9.0 changed ac_std_float.h:1828 as follows:
Before:
After:
It's not obvious to me why short-circuiting wasn't desirable here, however Clang seems to warn on this construction (even though there's no other correct way to interpret the code).
Can some parentheses be added as follows, both to line 1828 and to line 1964?
The text was updated successfully, but these errors were encountered: