Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr85876.c
blob64618e5258c2534758cd962f9e1633c6f09a7585
1 /* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -fschedule-insns -fsel-sched-pipelining -fselective-scheduling -fno-if-conversion -fno-tree-dce" } */
3 /* { dg-additional-options "-march=bdver1" { target i?86-*-* x86_64-*-* } } */
5 int ov, rq, ac;
7 int
8 y2 (int);
10 void
11 f8 (int vn)
13 while (rq < 1)
15 ov *= y2 (ac);
16 vn += (!!ov && !!ac) + ac;