https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115880
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=68524 --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So it is a dup of bug 68524 really. As shown by: ``` #define API_AVAILABLE(a) __attribute__((always_inline)) static __inline__ int CFUserNotificationSecureTextField(int i) API_AVAILABLE(macos(10.0)) {} ``` Note this is a simplified version really.