https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96527
--- Comment #3 from Jakub Jelinek ---
The extern inline __attribute__((__gnu_inline__)) usecase comes from actual
code (e.g. glibc) where it is used this way a lot, I'm not aware of anybody
using static inline __attribute__((__always_inline__)) t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96527
--- Comment #2 from Bruno Haible ---
Created attachment 49026
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49026&action=edit
Corrected test case
I see. A corrected test case is attached.
I wanted to avoid __gnu_inline__ because that's a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96527
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|