This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30858] ice for legal code with -O2 -ftree-vectorize



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]