https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86708
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization Blocks| |83819 --- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> --- The declaration of a in the test case should have been: const char a[2][4] = { "123", /* a[1] = "" */ }; Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83819 [Bug 83819] [meta-bug] missing strlen optimizations