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 tree-optimization/25371] -ftree-vectorize results in internal compiler error on AMD64



------- Comment #11 from rakdver at gcc dot gnu dot org  2007-05-10 10:46 -------
Simplified testcase:

void
slow_close(int n)
{
  int i;
  double *mm;
  for (i=0;i<2*n;i++)
    for (i=0;i<2*n;i++)
      *(mm+i*2*n+i) = 0;
}


-- 


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


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