https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82596
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Martin Sebor <msebor at gcc dot gnu.org> --- r253902 fixes one part of the problem involving string literals. The other part (the missing -Warray-bounds on (i < 0 ? ABC : DEF)[7]) is also subject to pr82612 and will be fixed under that bug.