https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122542
--- Comment #1 from Sujay Kothadiya <skothadiya at whileone dot in> --- Created attachment 62702 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62702&action=edit Preprocessed source stored into /tmp/ccEFEPvB.out file Testcase ```` char a; void b(char c[][3][3][3][13][3]) { for (int d = 1; d; d += 5) for (int e = 2; e; e += 2) a = c[1][0][e][e - 1][8][d]; } ````
