call.c (build_operator_new_call): Avoid using push_to_top_level.
authorMark Mitchell <mark@codesourcery.com>
Mon, 12 Jul 2004 01:33:47 +0000 (01:33 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 12 Jul 2004 01:33:47 +0000 (01:33 +0000)
commit12cf89fae251c176d37fa37392072a9650f6d4cc
tree7a29bc1859143741c7e914f78e715d6ffa1d2baf
parent597073ace8549d2a934a1fe7d9402e1f63e91220
call.c (build_operator_new_call): Avoid using push_to_top_level.

* call.c (build_operator_new_call): Avoid using push_to_top_level.
(build_new_op): Adjust call to lookup_function_nonclass.
* name-lookup.c (identifier_type_value): Adjust call to
lookup_name_real.
(lookup_name_real): Add block_p parameter.
(lookup_name_nonclass): Adjust call to lookup_name_real.
(lookup_function_nonclass): Likewise.
(lookup_name): Likewise.
* name-lookup.h (lookup_name_real): Change prototype.
(lookup_name_nonclass): Likewise.
* parser.c (cp_parser_lookup_name): Likewise.

From-SVN: r84543
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h
gcc/cp/parser.c