diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2010-03-18 11:46:33 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2010-03-18 11:46:33 +0000 |
commit | 8269067b2c125976c2f728ef04d99bdb6ee31267 (patch) | |
tree | db245bc5f9deec3f757ce55a6d5bf42d4331f387 /gcc | |
parent | 974ed2fa6e0efe44a857ab44321aae86c54a9408 (diff) | |
download | gcc-8269067b2c125976c2f728ef04d99bdb6ee31267.zip gcc-8269067b2c125976c2f728ef04d99bdb6ee31267.tar.gz gcc-8269067b2c125976c2f728ef04d99bdb6ee31267.tar.bz2 |
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 <paolo.carlini@oracle.com>
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a908e42..eecdd1a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2010-03-18 Paolo Carlini <paolo.carlini@oracle.com> + + 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 <jason@redhat.com> * mangle.c (mangle_decl): Give name collision error even without |