Correct PR#
authorMark Mitchell <mark@codesourcery.com>
Sun, 16 Oct 2005 20:18:53 +0000 (20:18 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 16 Oct 2005 20:18:53 +0000 (20:18 +0000)
From-SVN: r105465

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/template18.C

index 9d3930fe23eb8f896374254b71a41094136b07a8..97a35a4b11fc7094dbeb32ac8a8c5f7095b04029 100644 (file)
@@ -1,6 +1,6 @@
 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
 
-       PR c++/22137
+       PR c++/22173
        * cp-tree.h (QUALIFIED_NAME_IS_TEMPLATE): New macro.
        (check_template_keyword): New function.
        (finish_id_expression): Change prototoype.
index bcfad3f8b99517924d251093b59617ef9f69bb01..ecdd049cfd07d0eef61901481f36bd481f504e98 100644 (file)
@@ -1,6 +1,6 @@
 2005-10-16  Mark Mitchell  <mark@codesourcery.com>
 
-       PR c++/22137
+       PR c++/22173
        * g++.dg/parse/template18.C: New test.
        * g++.dg/template/nontype15.C: Likewise.
 
index 82336abd2ad25fe81181ccc400b45ddcac7f8c85..532f9a48971c305d8a36b86387819b9fa9801434 100644 (file)
@@ -1,4 +1,4 @@
-// PR c++/22137
+// PR c++/22173
 
 struct A
 {