cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.
authorMark Mitchell <mark@codesourcery.com>
Fri, 27 Aug 1999 05:01:08 +0000 (05:01 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 27 Aug 1999 05:01:08 +0000 (05:01 +0000)
commit49124a6e012b98c1c657bc263b5a7cd672bf4319
tree8e23cb671fa9829531cf69fa15ddc33acdbe40cd
parente1376b008f646728e2639f795a8af63ac28c2480
cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.

* cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.
* tree.c (build_cplus_new): Set it.
* expr.c (cplus_expand_expr): Use it.
* dump.c (deque_and_dump): Handle AGGR_INIT_EXPR.

From-SVN: r28916
gcc/cp/ChangeLog
gcc/cp/dump.c