sig.c (build_signature_pointer_constructor): Don't set TREE_HAS_CONSTRUCTOR for a...
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 10 Apr 1998 03:38:27 +0000 (03:38 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 10 Apr 1998 03:38:27 +0000 (23:38 -0400)
commitdc26f4715d78c198d25994b3f97e2219c9cfade5
treeb5f953cac859b397058f9932dff3f71ebd03d28d
parent34a4c46602286492977989248419f834ee9f6ffc
sig.c (build_signature_pointer_constructor): Don't set TREE_HAS_CONSTRUCTOR for a signature pointer.

* sig.c (build_signature_pointer_constructor): Don't set
TREE_HAS_CONSTRUCTOR for a signature pointer.
* cvt.c (ocp_convert): Don't force a temporary for internal structs.
* init.c (resolve_offset_ref): Warn about implicit & on pmfs
here, too.
* typeck.c (build_unary_op): Only allow taking the address of a
real constructor.
* typeck2.c (digest_init): Simplify.
(store_init_value): Don't pedwarn about using { } for pmfs.

From-SVN: r19079
gcc/cp/ChangeLog
gcc/cp/cvt.c
gcc/cp/init.c
gcc/cp/sig.c
gcc/cp/typeck.c
gcc/cp/typeck2.c