OSDN Git Service

PR c++/53816
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / access11.C
index f061f66..73e2caa 100644 (file)
@@ -21,4 +21,4 @@ template <typename T> struct X::Y {
   typename T::X x;             // { dg-error "this context" }
 };
 
-template struct X::Y<A>;       // { dg-error "instantiated" }
+template struct X::Y<A>;       // { dg-message "required from here" }