https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125507
--- Comment #4 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:d539a1e1fffeee5ed3c4adc2d38903909dbb9ac8 commit r17-3745-gd539a1e1fffeee5ed3c4adc2d38903909dbb9ac8 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Fri Aug 28 10:24:08 2026 -0400 middle-end: Remove ENUM_BITFIELD in libcpp. [PR125507] GCC requires C++14 and C++ supports enum bitfield so ENUM_BITFIELD is deprecated macro. Bootstrapped and regtested on x86_64-pc-linux-gnu. PR middle-end/125507 libcpp/ChangeLog: * include/cpplib.h (struct cpp_token): Remove ENUM_BITFIELD. (struct cpp_hashnode): Ditto. * include/line-map.h (struct line_map_ordinary): Ditto. Signed-off-by: Kael Andrew Franco <[email protected]>
