2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr34057.C
blobd74018e6c5713bddc5fbd63cf43e778bf2386578
1 // PR c++/34057
2 // { dg-do compile { target c++11 } }
4 template <typename... T> struct A
6   typedef T X __attribute__ ((vector_size (8))); // { dg-error "not expanded|T" }
7 };