call.c (implicit_conversion): Don't call build_user_type_conversion_1 with a NULL...
authorMark Mitchell <mmitchell@usa.net>
Mon, 15 Dec 1997 04:40:01 +0000 (04:40 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 15 Dec 1997 04:40:01 +0000 (23:40 -0500)
commit3042d5bea216f3e39670cd679adb399f963e2436
tree29ca97f99698e73b0bec81feffdac9096a63b83e
parentbe296fdb536bbfc8bfc1d4cfd507c1755eba5e31
call.c (implicit_conversion): Don't call build_user_type_conversion_1 with a NULL expr, since it will crash.

* 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.

From-SVN: r17095
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/pt.c