On Tue, Aug 9, 2016 at 6:11 PM, Jakub Jelinek <ja...@redhat.com> wrote: > This test is the same as the other one. Did you mean to use > typedef int V __attribute__((vector_size (N * sizeof (int)))); > V v; > instead or something similar (where the attribute would live on > the type rather than on the FIELD_DECL?
Argh, yes, I thought I had copied your other testcase. Which isn't fixed yet... Jason