PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-5.c
blob1dab4af4f87a9a77ebc6b525adb8a85d1a53869b
1 /* { dg-do compile } */
2 /* { dg-options "-fgimple" } */
4 int a;
5 void __GIMPLE () foo ()
7 int b;
8 int c;
10 bb_2:
11 b = a;
12 if (b > 3)
13 goto bb_3;
14 else
15 goto bb_4;
17 bb_3:
18 b = c + 4;
19 goto bb_5;
21 bb_4:
22 b = b + 1;
23 goto bb_5;
25 bb_5:
26 a = b;
27 return;