[Bug target/34215] [4.2 Regression] ICE in assign_386_stack_local, at config/i386/i386.c:13481
tbm at cyrius dot com
gcc-bugzilla@gcc.gnu.org
Sat Nov 24 15:27:00 GMT 2007
------- Comment #2 from tbm at cyrius dot com 2007-11-24 15:26 -------
The reduced testcase only shows the problem with 4.2:
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
void calc_score_dist (int mxdlen, long double d, long double **dist)
{
unsigned long i, scr2;
for (i = 1; i <= mxdlen; i++)
{
for (scr2 = mxdlen; scr2 <= mxdlen + 10; scr2++)
{
}
dist[i][scr2] *= pow(1.0 / d, i);
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34215
More information about the Gcc-bugs
mailing list