Commit 344c77be by Uros Bizjak Committed by Uros Bizjak

re PR tree-optimization/25371 (-ftree-vectorize results in internal compiler error on AMD64)

       PR tree-optimization/25371
       * gcc.dg/vect/pr25371.c: New test.

From-SVN: r126163
parent b941a8ae
2007-07-01 Uros Bizjak <ubizjak@gmail.com>
PR tree-optimization/25371
* gcc.dg/vect/pr25371.c: New test.
2007-06-30 Nathan Froyd <froydnj@codesourcery.com> 2007-06-30 Nathan Froyd <froydnj@codesourcery.com>
* gcc.c-torture/execute/20051113-1.c (main): Use the correct type * gcc.c-torture/execute/20051113-1.c (main): Use the correct type
/* { dg-do compile } */
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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment