1 /* { dg-do compile } */
2 /* { dg-require-effective-target section_anchors } */
3 /* { dg-require-effective-target vect_int } */
5 /* Should not increase alignment of the struct because
6 sizeof (A.e) < sizeof(corresponding vector type). */
17 for (int i
= 0; i
< N
; i
++)
18 a
.e
[i
] = b
.e
[i
] + c
.e
[i
];
23 /* { dg-final { scan-ipa-dump-times "Increasing alignment of decl" 0 "increase_alignment" { target aarch64*-*-* } } } */
24 /* { dg-final { scan-ipa-dump-times "Increasing alignment of decl" 0 "increase_alignment" { target powerpc64*-*-* } } } */
25 /* { dg-final { scan-ipa-dump-times "Increasing alignment of decl" 0 "increase_alignment" { target arm*-*-* } } } */