------- Comment #4 from mmitchel at gcc dot gnu dot org 2006-11-27 04:38 ------- Subject: Bug 29886
Author: mmitchel Date: Mon Nov 27 04:38:34 2006 New Revision: 119243 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119243 Log: PR c++/29886 * parser.c (cp_parser): Add in_function_body. (cp_parser_new): Initialize it. (cp_parser_primary_expression): Use parser->in_function_body instead of at_function_scope_p. (cp_parser_asm_definition): Likewise. (cp_parser_direct_declarator): Likewise. (cp_parser_class_specifier): Clear parser->in_function_body. (cp_parser_constructor_declarator_p): Use parser->in_function_body instead of at_function_scope_p. (cp_parser_function_body_after_declarator): Set parser->in_function_body. PR c++/29886 * g++.dg/expr/cast8.C: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/g++.dg/expr/cast8.C Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/parser.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29886