rt_gccstream/gcc/testsuite/g++.dg/cpp0x/pr34057.C

9 lines
190 B
C

// PR c++/34057
// { dg-do compile }
// { dg-options "-std=c++0x" }
template <typename... T> struct A
{
typedef T X __attribute__ ((vector_size (8))); // { dg-error "not expanded|T" }
};