cp-tree.def (EMPTY_CLASS_EXPR): New tree node.
authorMark Mitchell <mark@codesourcery.com>
Thu, 21 Oct 1999 07:10:36 +0000 (07:10 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 21 Oct 1999 07:10:36 +0000 (07:10 +0000)
commit699ed0ce1fc3e4a843fc18769af68b1340d23df1
tree80fdf4e389ef86cb22b9b7328436d61ac9cbbb87
parente54635a2f345d548f9c488b41e296708f1b76068
cp-tree.def (EMPTY_CLASS_EXPR): New tree node.

* cp-tree.def (EMPTY_CLASS_EXPR): New tree node.
* call.c (build_call): Use EMPTY_CLASS_EXPR instead of RTL_EXPR.
* expr.c (cplus_expand_expr): Expand it.
* ir.texi: Document EMPTY_CLASS_EXPR.

From-SVN: r30116
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.def
gcc/cp/ir.texi