https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90563
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |ASSIGNED Last reconfirmed| |2019-05-21 CC| |tkoenig at gcc dot gnu.org Resolution|DUPLICATE |--- Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Summary|Out of bounds error when |[9/10 Regression] Out of |compiling with -Wextra |bounds error when compiling | |with -Wextra Ever confirmed|0 |1 --- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Ah, I see the problem - for some reason, the (in this case masked by the if statement) out of bounds error should only issue a warning, not an error. I broke it, so I might as well fix it.