decl.c (lang_print_error_function): New fn.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 22 May 1998 23:13:28 +0000 (23:13 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 22 May 1998 23:13:28 +0000 (19:13 -0400)
commit62c154ed39c6410c39944a8b7f6feccddc2a2946
tree0c6ae24ea4ef95ae0fb815cb46a34ead372a79db
parentbd070e1aa9a4f7b6575e6b58a78de2dc708e5d38
decl.c (lang_print_error_function): New fn.

* decl.c (lang_print_error_function): New fn.
(init_decl_processing): Set print_error_function to use it.
* errfn.c (cp_thing): Don't call maybe_print_template_context here.
* call.c (maybe_handle_ref_bind): Propagate ICS_USER_FLAG and
ICS_BAD_FLAG.
* cvt.c (ocp_convert): Don't set LOOKUP_NO_CONVERSION for
copy-initialization.

From-SVN: r19966
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cvt.c
gcc/cp/decl.c
gcc/cp/errfn.c