http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115
--- Comment #4 from Zhendong Su <su at cs dot ucdavis.edu> --- (In reply to Jakub Jelinek from comment #2) > I have to use something like: > int a, b[1]; > > int > main () > { > lbl: > for (; a; a--) > if (b[10000000]) > goto lbl; > > return 0; > } > > to actually successfully reproduce it. Anyway, started with r204458. Should I report the out-out-bound array access warning issue as a separate report? Thanks.