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, Clang >= 17, and Visual Studio >= 2022 support
C23-style attributes irrespective of the configured language standard.
So let's accept these in our C front end whenever operating in these
modes.
Fixes: #8671
0 commit comments