------- Comment #2 from kkojima at gcc dot gnu dot org 2007-06-24 23:28 -------
A reduced testcase fails on sh4 for -O2 with the same check:
void foo (int nc)
{
unsigned i, n;
if (nc % 3)
abort ();
n = nc / 3;
for (i = 0; i < n; i++)
baz ();
}
--
kkojima at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-06-24 23:28:48
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32479