(build_delete): If the TYPE_DOMAIN is not set, give an error instead of core dumping.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 23 Jun 1995 02:33:12 +0000 (22:33 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 23 Jun 1995 02:33:12 +0000 (22:33 -0400)
commitc407792d6df76ceb007217935e003dd391e12b8a
treeb538526e14eebabcf7985aef85e61b47f95e5c3f
parent75b0bbced9115ced2175703e235ee4f6c1e777e3
(build_delete): If the TYPE_DOMAIN is not set, give an error instead of core dumping.

(build_delete): If the TYPE_DOMAIN is not set, give an error instead
of core dumping.
(build_vec_delete): Resolve an offset ref before we try to use it.
(member_init_ok_or_else): Don't allow initialization of an ancestor's member
from within a constructor.

From-SVN: r10042
gcc/cp/init.c