------- Comment #6 from mmitchel at gcc dot gnu dot org  2006-11-27 04:56 
-------
Subject: Bug 29886

Author: mmitchel
Date: Mon Nov 27 04:56:02 2006
New Revision: 119244

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119244
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_2-branch/gcc/testsuite/g++.dg/expr/cast8.C
Modified:
    branches/gcc-4_2-branch/gcc/cp/ChangeLog
    branches/gcc-4_2-branch/gcc/cp/parser.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29886

Reply via email to