http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47267
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2011.02.06 23:16:02 Ever Confirmed|0 |1 --- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> 2011-02-06 23:16:02 UTC --- This is fun. We actually pass through the loop in array.c (expand_iterator) four times, each time the trip count is Niter=300000000. There is no check of the trip count before starting.