https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118276
--- Comment #8 from Ben FrantzDale <benfrantzdale at gmail dot com> --- Interesting. It looks like the behavior depends on the data type... If I make 11 `long`s it's different from `11 * sizeof(long)` `char`s: https://godbolt.org/z/nKPcYv4MG