------- Comment #1 from pinskia at gcc dot gnu dot org  2006-05-04 19:21 -------
One reduced testcase while bootstrapping:
int partition_new (int *e1, int *e2)
{
  if (e1 < e2)
    return -1;
  else if (e1 > e2)
    return 1;
  return 0;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27437

Reply via email to