https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125507
--- Comment #5 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:b8ee34e40b3952f71a24120f61ff8ebfba338d10 commit r17-3927-gb8ee34e40b3952f71a24120f61ff8ebfba338d10 Author: Kael Andrew Alonzo Franco <[email protected]> Date: Thu Sep 3 16:36:35 2026 -0400 Rust: Remove ENUM_BITFIELD in Rust. [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/rust/ChangeLog: * backend/rust-tree.h (struct lang_decl_base): Remove ENUM_BITFIELD. (struct rust_cp_binding_level): Ditto. Signed-off-by: Kael Andrew Franco <[email protected]>
