1 /* PR optimization/8555 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -ffast-math -funroll-loops" } */
4 /* { dg-options "-march=pentium3 -O -ffast-math -funroll-loops" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
7 float foo (float *a
, int i
)
10 float x
= a
[j
= i
- 1], y
;
12 for (j
= i
; --j
>= 0; )