https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100206
--- Comment #1 from Alex Coplan <acoplan at gcc dot gnu.org> --- Reduced testcase: const char a; const char b[] = { 'a', [1234] = 'b', [(0x7fffffffffffffffL - 1)] = '\0' };
acoplan at gcc dot gnu.org via Gcc-bugs Thu, 22 Apr 2021 10:05:57 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100206
--- Comment #1 from Alex Coplan <acoplan at gcc dot gnu.org> --- Reduced testcase: const char a; const char b[] = { 'a', [1234] = 'b', [(0x7fffffffffffffffL - 1)] = '\0' };