https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122498
--- Comment #28 from Keith Thompson <Keith.S.Thompson at gmail dot com> --- I just took a quick look at the recent commit r16-5198-g8af0e3dff44e931e81fa0e3777bffec06ebd8e26 The added lines are: +// PR122498 "rust-enabled bootstrap is broken after r16-4897" +#pragma GCC diagnostic push +#pragma GCC diagnostic warning "-Warray-bounds" + [...] +// PR122498 "rust-enabled bootstrap is broken after r16-4897" +#pragma GCC diagnostic push + If I'm not mistaken, the last added line should be #pragma GCC diagnostic pop rather than #pragma GCC diagnostic push -- You are receiving this mail because: You are on the CC list for the bug.
