]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/name-lookup.c
re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})
authorMark Mitchell <mark@codesourcery.com>
Mon, 1 Mar 2004 06:23:38 +0000 (06:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 1 Mar 2004 06:23:38 +0000 (06:23 +0000)
commit91b004e5ec3518a97640b7dda5340dc52473d2f7
treee77274084c964b945be48b1aca9470d858e2f686
parent1152b861f705c8a27743f1622b310eb317ba13ef
re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})

PR c++/14138
* name-lookup.h (push_scope): Change prototype.
* name-lookup.c (push_scope): Do not reenter the current class
scope.
* decl.c (grokfndecl): Check return code from push_scope before
calling pop_scope.
* decl2.c (check_classfn): Likewise.
* parser.c (cp_parser_conversion_function_id): Likewise.
(cp_parser_init_declarator): Likewise.
(cp_parser_direct_declarator): Likewise.
(cp_parser_class_specifier): Likewise.
(cp_parser_class_head): Likewise.
(cp_parser_lookup_name): Likewise.
(cp_parser_constructor_declarator_p): Likewise.
* pt.c (instantiate_class_template): Likewise.
(resolve_typename_type): Likewise.

From-SVN: r78696
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h
gcc/cp/parser.c
gcc/cp/pt.c
This page took 0.057761 seconds and 5 git commands to generate.