https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125507
--- Comment #6 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:4dc736899d94f4266bd9d88208110710fe4eda59 commit r17-3929-g4dc736899d94f4266bd9d88208110710fe4eda59 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Wed Sep 2 14:22:02 2026 -0400 D: Remove ENUM_BITFIELD in D. [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 gcc/d/ChangeLog: * d-tree.h (struct binding_level): Remove ENUM_BITFIELD. Signed-off-by: Kael Andrew Franco <[email protected]>
