aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2003-03-03 17:45:17 -0500
committerJason Merrill <jason@gcc.gnu.org>2003-03-03 17:45:17 -0500
commit081622870b96d2c70a35375cf67fbe8a8e31cb3c (patch)
tree995c9b5f7da58df37536e7061dfa6cb00038b05c
parent568d661d4009556628336fcf2f53e8443f026c3a (diff)
downloadgcc-081622870b96d2c70a35375cf67fbe8a8e31cb3c.zip
gcc-081622870b96d2c70a35375cf67fbe8a8e31cb3c.tar.gz
gcc-081622870b96d2c70a35375cf67fbe8a8e31cb3c.tar.bz2
tabify
From-SVN: r63740
-rw-r--r--gcc/cp/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a53dd45..c769429 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -56,7 +56,7 @@
2003-03-02 Aldy Hernandez <aldyh@redhat.com>
- * decl.c (check_initializer): Check for vector_opaque_p.
+ * decl.c (check_initializer): Check for vector_opaque_p.
2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
@@ -117,9 +117,9 @@
2003-02-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
- * decl.c (add_binding): Time TV_NAME_LOOKUP.
- (push_class_binding): Likewise.
- (set_namespace_binding): Likewise.
+ * decl.c (add_binding): Time TV_NAME_LOOKUP.
+ (push_class_binding): Likewise.
+ (set_namespace_binding): Likewise.
2003-02-24 Mark Mitchell <mark@codesourcery.com>
@@ -329,6 +329,10 @@
PR c++/9623
* decl.c (reshape_init): Don't mess with initializer labels.
+ PR c++/9485
+ * parser.c (cp_parser_postfix_expression): Set idk properly for
+ object->scope::member.
+
2003-02-18 Ben Elliston <bje@redhat.com>
PR other/7350