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 840b19f17699362f17372e4913a6c085ee64a757..dd4b7d17c4568fcf497ec624aace72b10bae5c73 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 c9444da800dd5606a1580c2c585238b56261e6d1..c2a42fdc17c8423b8019db131e71cb92a5278581 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>