------- Comment #2 from dorit at il dot ibm dot com  2007-02-19 12:45 -------
Reduced testcase:

int foo (int ko)
{
 int j,i;
  for (j = 0; j < ko; j++)
   i += (i > 10) ? -5 : 7;
 return i;
}

Looking into it...


-- 

dorit at il dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ice for legal code with -O2 |ice for legal code with -O2
                   |-ftree-vectorize            |-ftree-vectorize


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

Reply via email to