https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93278
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Can't reproduce with current trunk (7.x is unsupported, but can't reproduce with that either): char a[HUGE] = "x"; ./cc1 -fmem-report -O2 -DHUGE=10000000000 pr93278.c ... TOTAL : 0.01 0.00 0.01 1383 kB Assembly is then: .type a, @object .size a, 10000000000 a: .string "x" .zero 9999999998