Correct PR# in previous check-in.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 10 Jan 2003 22:59:52 +0000 (22:59 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 10 Jan 2003 22:59:52 +0000 (22:59 +0000)
From-SVN: r61175

gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 0764979fcd75bdfc12518a3a5843320db2664e23..9430def13ac77a2def88ffc6f59da28d10580958 100644 (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.
 
index b6f1d50da8410e42e595b8043c8a204e04a4c2eb..b3efbc2a9e96937c25ccec0ad21b4caa4dcd88d3 100644 (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