OSDN Git Service

PR c++/20669
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / ptrmem6.C
index 4c98b3d..51c5536 100644 (file)
@@ -13,9 +13,9 @@ public:
 };
 
 template <void (A::*)() >
-void g() {}
+void g() {}                    // { dg-message "candidate" }
 template <int A::*>
-void h() {}
+void h() {}                    // { dg-message "candidate" }
 
 
 int main() {