vect: Fix vect_reduction_def check for odd/even widen mult [PR116142]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr52912.c
blob1aa38c3ad6fe7e1113780dc2f0ab8b84779cbda1
1 /* { dg-do compile } */
3 int a, b, c;
4 static int
5 fn1 (int p1)
7 lbl_549:
8 if (p1)
9 goto lbl_549;
10 return 0;
13 void
14 fn2 ()
16 b = (c && a) > fn1 (c) >= c;