1 /* { dg-do compile } */
2 /* { dg-require-effective-target pthread } */
3 /* { dg-options "-ftree-parallelize-loops=4 -ftree-vectorize" } */
8 struct { short s1
, s2
, s3
, s4
; } *s
;
12 foo (int *a
, int *b
, int *c
, int *d
, struct T
*e
)
15 for (i
= 0; i
< e
->t
; i
++)