http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53053
Richard Guenther <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2012-04-20 Ever Confirmed|0 |1 --- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-04-20 09:25:46 UTC --- Seems to be similar to other existing cases. You very likely have an out-of-bound array access in your loop. No testcase.