https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117627
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target| |hppa*-*-* Ever confirmed|0 |1 Last reconfirmed| |2024-11-16 Status|UNCONFIRMED |NEW Keywords| |build Target Milestone|--- |15.0 Summary|[15 Regression] build |[15 Regression] build |failure targeting |failure targeting |hppa64-linux / hppa64-elf |hppa64-linux / hppa64-elf, | |pa/linux-atomic.c contains | |invalid C23 (trying typedef | |bool) --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. In C23, bool is now a keyword (which is the same as _Bool) so doing a typedef it is invalid.