expr.c (expand_expr, [...]): Move from the C++ frontend to the backend where it belongs.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 17 May 1996 20:28:08 +0000 (20:28 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 17 May 1996 20:28:08 +0000 (20:28 +0000)
commit8a5d3064fb8b6f15ff667623f9e16b6eac8d5cbe
tree23db2cbca06d16ef5bd807c62513ab31201453ba
parent679163cf4d5b714dde664c4124be0e0ececf86e0
expr.c (expand_expr, [...]): Move from the C++ frontend to the backend where it belongs.

* expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++
frontend to the backend where it belongs.
* tree.c (unsave_expr): Ditto.
(unsave_expr_now): Ditto.
* tree.def (UNSAVE_EXPR): Ditto.
* cp-tree.h (unsave_expr): Ditto.
(unsave_expr_now): Ditto.

From-SVN: r12016
gcc/cp/cp-tree.def
gcc/cp/cp-tree.h
gcc/cp/expr.c
gcc/cp/tree.c