Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-18.c
blob18fabbe1e6660f60e9b7b3d90e26cd961259cd9b
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 int
5 __GIMPLE (ssa) *
6 foo ()
8 int _1;
9 int j;
10 int *b;
12 __BB(2):
13 _1 = 1;
14 goto __BB3;
16 __BB(3):
17 if (_1)
18 goto __BB5;
19 else
20 goto __BB4;
22 __BB(4):
23 b_2 = (int *)0;
24 goto __BB5;
26 __BB(5):
27 b_4 = __PHI (__BB3: &j, __BB4: b_2);
28 return b_4;