https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64332

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2014-12-16 00:00:00         |2022-1-10

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Simpler repro for the bad location still present on trunk:

void f (int __attribute__ ((invalid)) i);

f.c:1:1: warning: ‘invalid’ attribute directive ignored [-Wattributes]
    1 | void f (int __attribute__ ((invalid)) i);
      | ^~~~

Reply via email to