From: Jason Merrill Date: Sun, 16 May 1999 20:52:10 +0000 (-0400) Subject: and another one X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5f2178755b6b5aa3349509700f1945861bfd158;p=gcc.git and another one From-SVN: r26954 --- diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 7ca00053861..aa2795a3a6e 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)