Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-17.c
blobc5633eee34f957be15464b357754d77764985f5d
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple -fdump-tree-ssa" } */
4 int
5 __GIMPLE () *
6 foo ()
8 int _1;
9 int j;
10 int *b;
11 _1 = 1;
12 bb1:
13 if (_1)
14 goto bb3;
15 else
16 goto bb2;
18 bb2:
19 b_2 = (int *)0;
21 bb3:
22 b_4 = __PHI (bb1: b_3(D), bb2: b_2);
23 return b_4;
26 /* { dg-final { scan-tree-dump-not "_1_" "ssa" } } */