Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr108819.c
blob28fa558b26024c3107d7f0b3ea4bd100c7114d62
1 /* PR tree-optimization/108819 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fno-tree-ccp -fno-tree-forwprop" } */
5 int a, b;
7 int
8 main ()
10 int d = 1;
11 for (; b; b++)
12 if (a < 1)
13 while (d <= a && a <= 0UL)
15 int *e = &d;
16 *e = 0;
18 return 0;