call.c (joust): Fix confusing conversion warning.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 23 Jun 1998 01:49:05 +0000 (01:49 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 23 Jun 1998 01:49:05 +0000 (21:49 -0400)
commit519ebd1eecb18d95a75b8e4e3e5c063c4b82608b
tree9ef5d9ccc281c5e870c35df3179c526ac1ef69ca
parent5b8e7fa3f89041ca0e46f4cd71851c69df71a2e4
call.c (joust): Fix confusing conversion warning.

* call.c (joust): Fix confusing conversion warning.
* call.c (build_op_delete_call): Add placement parm.  Check
LOOKUP_SPECULATIVELY.
* cp-tree.h, decl2.c, init.c: Adjust.
* decl.c (finish_function): Use it.
* pt.c (tsubst): Diagnose creating void fields or variables.

From-SVN: r20668
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/pt.c