PR c++/11345
commit23e7ca82db2a0bfe448f5a7612ef76383fb2ec7a
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Jul 2003 22:21:35 +0000 (6 22:21 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Jul 2003 22:21:35 +0000 (6 22:21 +0000)
tree6523550b6fba087a12d7334a2c2ef107a8516309
parent12dd9be627e367c87d56dc053f271e1375aa6a92
PR c++/11345
* search.c (lookup_base_r): Remove is_non_public and
within_current_scope parameters.  Remove other dead code.
(lookup_base): Adjust call to lookup_base_r.
(adjust_result_of_qualified_name_lookup): Improve comment.
* semantics.c (finish_call_expr): Use maybe_dummy_object.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69020 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/search.c
gcc/cp/semantics.c