PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / gimplefe-20.c
blob99b31806481f302986e70ea0a1a855679f8edad8
1 /* { dg-do compile } */
2 /* { dg-options "-O -fgimple -fdump-tree-ssa-gimple" } */
4 _Complex a;
6 double __GIMPLE() f()
8 double t1;
9 double t2;
10 double _1;
12 bb1:
13 t1_2 = __real a;
14 t2_3 = __imag a;
15 _1 = t1_2 + t2_3;
16 return _1;
19 /* { dg-final { scan-tree-dump "__real a" "ssa" } } */
20 /* { dg-final { scan-tree-dump "__imag a" "ssa" } } */