https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106190
chenxiaolong <chenxiaolong at loongson dot cn> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chenxiaolong at loongson dot cn --- Comment #17 from chenxiaolong <chenxiaolong at loongson dot cn> --- (In reply to Andrew Pinski from comment #1) > 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; > }