1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */
3 /* { dg-additional-options "-fvect-cost-model=dynamic" } */
9 int tem0
, tem1
, tem2
, tem3
;
19 return tem0
+ tem1
+ tem2
+ tem3
;
22 /* { dg-final { scan-tree-dump "vectorization is not profitable" "slp" { xfail { vect_no_align && { ! vect_hw_misalign } } } } } */
23 /* { dg-final { cleanup-tree-dump "slp" } } */