]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree.c (build_cplus_array_type_1): Use push_obstacks_nochange and friends rather...
authorMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 31 May 1999 00:27:55 +0000 (00:27 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 31 May 1999 00:27:55 +0000 (00:27 +0000)
* 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

gcc/cp/ChangeLog

index deafd0ef7bedd607ea9e500d2753c6507ca5d5a5..ca4980611144168ed83f04d8a67bfda05f784866 100644 (file)
@@ -1,6 +1,8 @@
 1999-05-31  Mark Mitchell  <mark@codesourcery.com>
 
-       * 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.