https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125507
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kael Andrew Franco <[email protected]>: https://gcc.gnu.org/g:e7f3238d66eec925c4183f2e28f148ba4cc223c2 commit r17-3931-ge7f3238d66eec925c4183f2e28f148ba4cc223c2 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Fri Sep 4 12:24:26 2026 -0400 middle-end: Remove all GCC's uses of ENUM_BITFIELD. [PR125507] GCC requires C++14, which supports enum bitfield so ENUM_BITFIELD is removed in GCC. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR middle-end/125507 contrib/ChangeLog: * filter_params.py (filter_src): Remove ENUM_BITFIELD. (FilteringTests): Ditto. gcc/ChangeLog: * gengtype-lex.l: Remove ENUM_BITFIELD. * real.h (struct real_value): Ditto. Signed-off-by: Kael Andrew Franco <[email protected]>
