https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103960
Avi Kivity <avi at scylladb dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avi at scylladb dot com --- Comment #4 from Avi Kivity <avi at scylladb dot com> --- It would be nice to have -fignore-attribute-namespace=clang, so we can ignore [[clang::very_useful_attribute(blah)]] on gcc and [[gnu::another_good_thing(foo)]] on clang, instead of having to wrap everything with macros. (complicated a little by clang recognizing some attributes in the gnu namespace).