* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 991214-1.c
blob2748a15af84b4eac586697ad15b07eb041179b5d
1 void foo(double bar[], double *zp, int n)
3 int i, j;
5 i = 0;
6 for(j = 0; j < n; j++)
8 i += j+1;
9 bar[i] *= (1.0 + *zp);