// PR c++/34913 template struct A { int x[sizeof(T)] __attribute((vector_size(8))); };