OSDN Git Service

PR c++/9335
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / access11.C
index f061f66..c9364a8 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 "instantiated from here" }