From: Mark Mitchell Date: Mon, 31 May 1999 00:27:55 +0000 (+0000) Subject: tree.c (build_cplus_array_type_1): Use push_obstacks_nochange and friends rather... X-Git-Tag: releases/libgcj-2.95.0~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73acc31105d1c68e7706184e150dcfaf66342fc;p=thirdparty%2Fgcc.git tree.c (build_cplus_array_type_1): Use push_obstacks_nochange and friends rather than messing with current_obstack... * tree.c (build_cplus_array_type_1): Use push_obstacks_nochange and friends rather than messing with current_obstack directly. (cp_build_qualified_type_real): Rework ARRAY_TYPE allocation to match practice throughout the rest of the compiler. From-SVN: r27265 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index deafd0ef7bed..ca4980611144 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,6 +1,8 @@ 1999-05-31 Mark Mitchell - * tree.c (cp_build_qualified_type_real): Rework ARRAY_TYPE + * tree.c (build_cplus_array_type_1): Use push_obstacks_nochange + and friends rather than messing with current_obstack directly. + (cp_build_qualified_type_real): Rework ARRAY_TYPE allocation to match practice throughout the rest of the compiler.