Fix PR number in log message.

From-SVN: r64221
This commit is contained in:
Mark Mitchell 2003-03-12 07:29:31 +00:00
parent 2601a4ee73
commit e1145e7f7d
2 changed files with 2 additions and 2 deletions

View 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.

View 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