https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79731
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|error-recovery |ice-checking Priority|P4 |P3 --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- While it is invalid, the diagnostics is just in checking. I guess we should leave that to -Warray-bounds diagnostics and just not try to optimize the UB in there.