[Bug middle-end/125507] ENUM_BITFIELD usage should be removed
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 4 16:25:57 GMT 2026
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 <kael@gcc.gnu.org>:
https://gcc.gnu.org/g:4dc736899d94f4266bd9d88208110710fe4eda59
commit r17-3929-g4dc736899d94f4266bd9d88208110710fe4eda59
Author: Kael Andrew Alonzo Franco <kaelfandrew@gmail.com>
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 <kaelfandrew@gmail.com>
More information about the Gcc-bugs
mailing list