Commit 75c2b973 by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/i386-unroll-1.c: New test.

From-SVN: r59361
parent 1c83ea9f
2002-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/i386-unroll-1.c: New test.
2002-11-20 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.c-torture/compile/20021120-1.c: New test.
......
/* PR optimization/8599 */
/* { dg-do run { target i?86-*-* } } */
/* { dg-options "-mcpu=k6 -O2 -funroll-loops" } */
extern void exit (int);
void *array[4];
int main ()
{
int i;
for (i = 0; i < 4; i++)
array[i] = 0;
exit (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