Fix PR number in log message.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 12 Mar 2003 07:29:31 +0000 (07:29 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 12 Mar 2003 07:29:31 +0000 (07:29 +0000)
From-SVN: r64221

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index a45fc53..1e33808 100644 (file)
@@ -1,6 +1,6 @@
 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
 
-       PR c++/9336
+       PR c++/9474
        * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
        to merge old and new declarations.
 
index 637bdac..76de10e 100644 (file)
@@ -1,6 +1,6 @@
 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
 
-       PR c++/9336
+       PR c++/9474
        * g++.dg/parse/namespace8.C: New test.
 
        PR c++/9924