https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /* The character codes corresponding to all the access modes. */ static constexpr char mode_chars[5] = { '-', 'r', 'w', 'x', '^' }; Is this after building stage 1 or after building stage 2 ?