From: Jason Merrill Date: Mon, 3 Mar 2003 22:45:17 +0000 (-0500) Subject: tabify X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=081622870b96d2c70a35375cf67fbe8a8e31cb3c;p=gcc.git tabify From-SVN: r63740 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a53dd456336..c769429c142 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -56,7 +56,7 @@ 2003-03-02 Aldy Hernandez - * decl.c (check_initializer): Check for vector_opaque_p. + * decl.c (check_initializer): Check for vector_opaque_p. 2003-03-02 Ashif Harji @@ -117,9 +117,9 @@ 2003-02-24 Gabriel Dos Reis - * 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 @@ -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 PR other/7350