Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr91181.c
blob63e33626a9bb9f93fadfa95d1b5846de7d9160c6
1 /* { dg-do compile } */
2 /* { dg-options "-Ofast" } */
3 /* { dg-additional-options "-mavx" { target x86_64-*-* i?86-*-* } } */
5 enum { a, b, c };
6 float *d, *e;
7 int f, g, h, i;
8 int j()
10 float a;
11 for (; h; h++)
13 i = h * 4;
14 a = d[i + b];
15 if (a) {
16 e[i + b] = g < d[i + b] * f * a ? g : d[i + b] * f * a;
17 e[i + c] = g < d[i + c] * f * a ? g : d[i + c] * f * a;
19 e[i + b] = e[i + c];