OSDN Git Service

* call.c (implicit_conversion): Don't call
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 1997 04:40:01 +0000 (04:40 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 1997 04:40:01 +0000 (04:40 +0000)
commit8cecf3727947deac657fbda58014f0c778f7daf8
tree29ca97f99698e73b0bec81feffdac9096a63b83e
parentaad48e5a48dc8341b33b01a32a0a9f06760598de
* call.c (implicit_conversion): Don't call
build_user_type_conversion_1 with a NULL expr, since it will
crash.

* pt.c (unify): Don't try to unify array bounds if either array is
unbounded.

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