1 /* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model" } */
2 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
5 unsigned short _Alignas (16) in
[SIZE
];
7 __attribute__ ((noinline
)) int
8 test (unsigned short sum
, unsigned short *in
, int x
)
10 for (int j
= 0; j
< SIZE
; j
+= 8)
18 for (int i
= 0; i
< SIZE
; i
++)
20 if (test (0, in
, 1) != 960)