decl.c (cplus_expand_expr_stmt): Don't call break_out_cleanups here.
authorMark Mitchell <mark@codesourcery.com>
Sat, 13 Nov 1999 04:48:05 +0000 (04:48 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 13 Nov 1999 04:48:05 +0000 (04:48 +0000)
commit364460b6fbf1745576733a36d5c52257b596da9a
treef91251d2f26a7a03b54bffd2af0f10e7e6f1ecdc
parent2cfcc23e7fa3c0f2fed4e3294794587ef61815ac
decl.c (cplus_expand_expr_stmt): Don't call break_out_cleanups here.

* decl.c (cplus_expand_expr_stmt): Don't call break_out_cleanups
here.
* semantics.c (finish_expr_stmt): Call it here instead.  Move
default_conversion logic to semantic-analysis time.

From-SVN: r30520
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/semantics.c