re PR c++/11345 (ICE in build_base_path)
authorMark Mitchell <mark@codesourcery.com>
Sun, 6 Jul 2003 22:21:35 +0000 (22:21 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 6 Jul 2003 22:21:35 +0000 (22:21 +0000)
commit127b81366e7ee0700cec2733126fc35e85a59122
tree6523550b6fba087a12d7334a2c2ef107a8516309
parent513dab32088cd1a2b6d361c04db7917fb3dcb8d9
re PR c++/11345 (ICE in build_base_path)

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.

From-SVN: r69020
gcc/cp/ChangeLog
gcc/cp/search.c
gcc/cp/semantics.c