diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-05-31 00:27:55 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-05-31 00:27:55 +0000 |
commit | e73acc31105d1c68e7706184e150dcfaf66342fc (patch) | |
tree | 4406eabe657842f8c469acd49c6255e0e7299375 | |
parent | db3626d11f2af9f701534619f3f15eb1d0dbbd70 (diff) | |
download | gcc-e73acc31105d1c68e7706184e150dcfaf66342fc.zip gcc-e73acc31105d1c68e7706184e150dcfaf66342fc.tar.gz gcc-e73acc31105d1c68e7706184e150dcfaf66342fc.tar.bz2 |
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
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index deafd0e..ca49806 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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. |