c-tree.h (enum c_declspec_il): New.
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-17.c
blobeceefd153efbd9ce64f31f306363b0df689f9af1
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple -fdump-tree-fixup_cfg2" } */
4 int
5 __GIMPLE (ssa) *
6 foo ()
8 int _1;
9 int j;
10 int *b;
12 __BB(5):
13 _1 = 1;
14 goto __BB2;
16 __BB(2):
17 if (_1)
18 goto __BB4;
19 else
20 goto __BB3;
22 __BB(3):
23 b_2 = (int *)0;
24 goto __BB4;
26 __BB(4):
27 b_4 = __PHI (__BB2: b_3(D), __BB3: b_2);
28 return b_4;
31 /* { dg-final { scan-tree-dump-not "_1_" "fixup_cfg2" } } */