From: Jan Hubicka Date: Fri, 21 Nov 2003 11:36:52 +0000 (+0000) Subject: parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f39ead47e364934bacf200b8bf25db6b776133e;p=gcc.git parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE. * parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE. [[Split portion of a mixed commit.]] From-SVN: r73801.2 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9d94e8f4c9a..c54a982bc40 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2003-11-21 Jan Hubicka + + * parser.c (cp_parser_postfix_expression): Initialize 's' to + NULL_TREE. + 2003-11-20 Joseph S. Myers * Make-lang.in (c++.extraclean): Delete.