Commit e73acc31 by Mark Mitchell

tree.c (build_cplus_array_type_1): Use push_obstacks_nochange and friends rather…

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
parent db3626d1
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment