OSDN Git Service

* cp-tree.def (EMPTY_CLASS_EXPR): New tree node.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Oct 1999 06:35:17 +0000 (06:35 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Oct 1999 06:35:17 +0000 (06:35 +0000)
commit319b4faafbe23e9f617e5785b49ee2924ccd027c
treee35abcb952072bca56ac77433c8efc38721364cb
parent9566739216ffe273d222c5373d43cd1626977c29
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30128 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/expr.c