re PR c++/21929 (ICE on invalid template parameter)
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 14 Jun 2005 16:04:30 +0000 (16:04 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 14 Jun 2005 16:04:30 +0000 (16:04 +0000)
PR c++/21929
* g++.dg/parse/crash11.C: Update

From-SVN: r100939

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/crash11.C

index 1b5d552..d189f5d 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-14  Nathan Sidwell  <nathan@codesourcery.com>
+
+       PR c++/21929
+       * g++.dg/parse/crash11.C: Update
+
 2005-06-13  Jeff Law  <law@redhat.com>
 
        * gcc.dg/tree-ssa/20030807-10.c: VRP is now expected to
index 4fa7ff2..eb5cf3c 100644 (file)
@@ -20,7 +20,7 @@ struct B
   struct Template
   {
     typedef typename A<A<TP>::Template>  // { dg-error "mismatch|class template" }
-      ::template Template<T>::Type Type; // { dg-error "unqualified-id" }
+      ::template Template<T>::Type Type; // { dg-error "" }
   };
 };
 template <typename T>