Correct PR# in previous check-in.

From-SVN: r61175
This commit is contained in:
Mark Mitchell 2003-01-10 22:59:52 +00:00
parent a6f6052ac4
commit 99152b955c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
2003-01-10 Mark Mitchell <mark@codesourcery.com>
PR c++/9120
PR c++/9099
* parser.c (cp_parser_scope_through_which_access_occurs): Handle
an object_type which is not a class type.

View File

@ -1,6 +1,6 @@
2003-01-10 Mark Mitchell <mark@codesourcery.com>
PR c++/9120
PR c++/9099
* g++.dg/parse/dtor1.C: New file.
PR c++/9128