From: Paolo Carlini Date: Thu, 18 Mar 2010 11:46:33 +0000 (+0000) Subject: re PR c++/43418 (trunk rev157534. compile c++ with --enable-build-with-cxx fails... X-Git-Tag: releases/gcc-4.5.0~326 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8269067b2c125976c2f728ef04d99bdb6ee31267;p=thirdparty%2Fgcc.git 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 --- 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