https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117628
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jeff Law <l...@gcc.gnu.org>: https://gcc.gnu.org/g:1100c0576b0c6f78ede0d3fecfc6c6e8148f954f commit r15-5409-g1100c0576b0c6f78ede0d3fecfc6c6e8148f954f Author: Jeff Law <j...@ventanamicro.com> Date: Mon Nov 18 10:11:01 2024 -0700 Fix more c23 bool fallout While these haven't shown up in my tester (not configs I test) and I think we're likely going to be deprecating the nds32 target. we might as well go ahead and fix them. I'm going to include this under the pr117628 umbrella. PR target/117628 libgcc/ * config/arm/freebsd-atomic.c (bool): Remove unnecessary typedef. * config/arm/linux-atomic-64bit.c: Likewise. * config/arm/linux-atomic.c: Likewise. * config/nds32/linux-atomic.c: Likewise. * config/nios2/linux-atomic.c: Likewise.