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
We previously added the necessary language features in the C front end,
but failed to permit selection of these standards in goto-cc.
Also, GCC >= 11 and Clang >= 17 support C23-style attributes
irrespective of the configured language standard. So let's accept these
in our C front end whenever operating in GCC/Clang mode.
Fixes: #8617
0 commit comments