https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127507
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2026-09-21
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=84353,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=84204
Keywords| |ice-checking
Known to fail| |10.3.0
Ever confirmed|0 |1
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
>Known to work: gcc 16.2 without --enable-checking=all
Yes checking is set to release checking for the release branches.
And this is:
gcc_assert (! flag_checking
|| param_graphite_allow_codegen_errors);
:)