Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr106114.c
blob64c8b8d390a7ea6c59164fb7621da65b37496e60
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-dom2" } */
4 int printf(const char *, ...);
5 char a = 139, b;
6 int main() {
7 char c = 173;
8 b = a;
9 while (c <= a || a < -117)
10 c = printf("0\n");
11 return 0;
14 /* { dg-final { scan-tree-dump-times "if" 2 "dom2" } } */