* call.c (build_operator_new_call): Avoid using push_to_top_level.
commit614697c57602a43905bf8f125433ebebfbe54fbb
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jul 2004 01:33:47 +0000 (12 01:33 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jul 2004 01:33:47 +0000 (12 01:33 +0000)
tree7a29bc1859143741c7e914f78e715d6ffa1d2baf
parentbda1f1529579629892f0df73cda21ae4ca6cdbf6
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84543 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h
gcc/cp/parser.c