------- 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 <[EMAIL PROTECTED]> */

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

Reply via email to