Fix incorrect PR number.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 19 Jan 2004 00:51:56 +0000 (00:51 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 19 Jan 2004 00:51:56 +0000 (00:51 +0000)
From-SVN: r76135

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 840b19f..dd4b7d1 100644 (file)
@@ -1,6 +1,6 @@
 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
 
-       PR c++/13635
+       PR c++/13710
        * pt.c (tsubst): Use finish_typeof.
 
 2004-01-16  Jason Merrill  <jason@redhat.com>
index c9444da..c2a42fd 100644 (file)
@@ -1,6 +1,6 @@
 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
 
-       PR c++/13635
+       PR c++/13710
        * g++.dg/ext/typeof7.C: New test.
 
 2004-01-18  David Edelsohn  <edelsohn@gnu.org>