init.c (build_new_1): Call suspend_momentary around the creation of values that must...
authorMark Mitchell <mmitchell@usa.net>
Sun, 17 May 1998 13:58:28 +0000 (13:58 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 17 May 1998 13:58:28 +0000 (13:58 +0000)
commit1702d32ea7e8974b5146d445612960e6ddf6dca4
tree05592e8a3fbd2c06541566ea57838e8f9da71dc8
parent0211b6ab9e54351f4f27a607f2a477ff939c6e09
init.c (build_new_1): Call suspend_momentary around the creation of values that must be saved for...

* init.c (build_new_1): Call suspend_momentary around the creation
of values that must be saved for exception handling.
* parse.y (.build_new_placement): New non-terminal.
(unary_expr, new_placement): Use it.
* parse.c: Regenerated.

From-SVN: r19819
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/cp/parse.c
gcc/cp/parse.y