2 /* { dg-require-effective-target section_anchors } */
3 /* { dg-options "-O2 -fsection-anchors -ftree-loop-vectorize" } */
8 } static a
[] = {{15}}, c
[] = {{15}};
10 struct S0 b
[] = {{7}};
12 int __attribute__ ((noinline
, noclone
))
13 ok (int a
, int b
, int c
)
15 return a
== 15 && b
== 7 && c
== 15 ? 0 : 1;
21 struct S0
*f
[] = { c
, b
};
23 return ok (a
[0].f0
, b
[0].f0
, f
[0]->f0
);