From 2a3b82778a687430db8cc86b45e9b04f939134c0 Mon Sep 17 00:00:00 2001 From: paolo Date: Thu, 18 Mar 2010 11:46:33 +0000 Subject: [PATCH] 2010-03-18 Paolo Carlini PR c++/43418 * parser.c (cp_parser_for_init_statement): Use NULL_TREE, not false, in the cp_parser_expression_statement call. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157537 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a908e425f8d..eecdd1a1941 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2010-03-18 Paolo Carlini + + PR c++/43418 + * parser.c (cp_parser_for_init_statement): Use NULL_TREE, not + false, in the cp_parser_expression_statement call. + 2010-03-05 Jason Merrill * mangle.c (mangle_decl): Give name collision error even without -- 2.11.4.GIT