1 /* { dg-require-effective-target vect_condition } */
5 extern void abort (void) __attribute__ ((noreturn
));
9 /* Condition reduction with multiple types in the comparison. Will fail to
13 condition_reduction (char *a
, int min_v
)
17 for (int i
= 0; i
< N
; i
++)
29 1, 28, 3, 48, 5, 68, 7, -88, 89, 180,
30 121, 122, -123, 124, 12, -12, 12, 67, 84, 122,
31 67, 55, 112, 22, 45, 23, 111
36 int ret
= condition_reduction (a
, 16);
44 /* { dg-final { scan-tree-dump-not "LOOP VECTORIZED" "vect" } } */
45 /* { dg-final { scan-tree-dump "multiple types in double reduction or condition reduction" "vect" } } */