]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/cpp0x/variadic81.C
re PR c++/34055 (ICE with invalid specialization of variadic template)
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic81.C
index 322f249de9ade526a643e8d51120ac7dfd538d50..c5673789ca987da8231846edfc00ec3ad0be1ed9 100644 (file)
@@ -4,7 +4,7 @@
 template<typename> struct A;
 
 template<typename... T> struct A<T*>  // { dg-error "not expanded|T|not used|T" }
-{                                     
+{                                     // { dg-error "not expanded|T|not used|T" }
   struct B;
 };