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)
commite73acc31105d1c68e7706184e150dcfaf66342fc
tree4406eabe657842f8c469acd49c6255e0e7299375
parentdb3626d11f2af9f701534619f3f15eb1d0dbbd70
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
gcc/cp/ChangeLog