From 8269067b2c125976c2f728ef04d99bdb6ee31267 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 18 Mar 2010 11:46:33 +0000 Subject: [PATCH] re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fails in cp_parser_for_init_statement) 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. From-SVN: r157537 --- gcc/cp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a908e425f8db..eecdd1a1941d 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.47.2