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
Do not rely on Clang's results to verify our GCC version handling
We use __float128 to distinguish GCC versions, which is not a
distinguishing factor for Clang. (It's supported on several Clang
versions on x86, but not on Apple's M1/ARM.) This commit effectively
disables the gcc_version1 test on macOS (where "gcc" really is Clang).
Fixes: #5828
0 commit comments