https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119526
James Y Knight <foom at fuhm dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |foom at fuhm dot net --- Comment #2 from James Y Knight <foom at fuhm dot net> --- Presumably also in this example, "i" should remain deprecated: struct S { char c; [[deprecated]] int i; }; struct S { char c; int i; };