aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2003-11-21 11:36:52 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2003-11-21 11:36:52 +0000
commit6f39ead47e364934bacf200b8bf25db6b776133e (patch)
tree2d0992b7294611502f1e2ce5037eeb078ec7152f
parent5196736e471495a372ba5583c53f16020eea10ca (diff)
downloadgcc-6f39ead47e364934bacf200b8bf25db6b776133e.zip
gcc-6f39ead47e364934bacf200b8bf25db6b776133e.tar.gz
gcc-6f39ead47e364934bacf200b8bf25db6b776133e.tar.bz2
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
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9d94e8f..c54a982 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-21 Jan Hubicka <jh@suse.cz>
+
+ * parser.c (cp_parser_postfix_expression): Initialize 's' to
+ NULL_TREE.
+
2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
* Make-lang.in (c++.extraclean): Delete.