[Bug c++/88344] sole attribute specification in a class silently accepted
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88344 --- Comment #2 from Andrew Pinski --- The same is true for C2x and C++11 style attributes: struct B { [[gnu::always_inline]]; }; The C front-end warns: :3:3: warning: 'always_inline' attribute ignored [-Wattributes] 3 | [[gnu::always_inl
[Bug c++/88344] sole attribute specification in a class silently accepted
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88344 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-26 Ever confirmed|0