From 6f39ead47e364934bacf200b8bf25db6b776133e Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 21 Nov 2003 11:36:52 +0000 Subject: [PATCH] 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 --- gcc/cp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2