From: Jason Merrill Date: Sun, 16 May 1999 20:52:10 +0000 (-0400) Subject: and another one X-Git-Tag: prereleases/gcc-2.95-test~453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5f2178755b6b5aa3349509700f1945861bfd158;p=thirdparty%2Fgcc.git and another one From-SVN: r26954 --- diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 7ca000538617..aa2795a3a6e9 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -2210,7 +2210,9 @@ build_new_1 (exp) { tree extra = BI_header_size; + susp = suspend_momentary (); size = size_binop (PLUS_EXPR, size, extra); + resume_momentary (susp); } if (has_array)