[Bug target/115880] [13/14/15 regression] GCC 14+ fails to parse CoreFoundation header
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 12 21:40:04 GMT 2024
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.
More information about the Gcc-bugs
mailing list