https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106190
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
int
main ()
{
int a;
int *b[1];
int c[10];
int d[1][1];
for (a = 0; a < 1; a++)
d[1][a] = 0;
return 0;
}
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 04 Jul 2022 15:18:04 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106190
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
int
main ()
{
int a;
int *b[1];
int c[10];
int d[1][1];
for (a = 0; a < 1; a++)
d[1][a] = 0;
return 0;
}