builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-13.c
blobdc326861c0fb7d15aa96f5edae6ec3294bc34ef1
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple" } */
4 void __GIMPLE (ssa,startwith ("dse2")) foo ()
6 int a;
8 __BB(2):
9 if (a_5(D) > 4)
10 goto __BB3;
11 else
12 goto __BB4;
14 __BB(3):
15 a_2 = 10;
16 goto __BB5;
18 __BB(4):
19 a_3 = 20;
20 goto __BB5;
22 __BB(5):
23 a_1 = __PHI (__BB3: a_2, __BB4: a_3);
24 a_4 = a_1 + 4;
26 return;