(momentary_function_firstobj): New variable.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:53:01 +0000 (12:53 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:53:01 +0000 (12:53 -0800)
commit2b417d3cca07b125599859f00bb6f2104d40f3fd
tree17e5669b597bf6cabc0d7d5ef8f00c2af57cdc41
parentb81004531956c7ecfd12cd1c65a93fa72c352367
(momentary_function_firstobj): New variable.

(init_obstack): Set it.
(save_tree_status): Save it and set it.
(restore_tree_status): Use it and restore it.
(permanent_allocation): New parameter function_end.  Clear
momentary_obstack to momentary_function_firstobj if true.
(preserve_initializer): Set base field of every momentary
level on the momentary stack to new momentary_firstobj.
(pop_momentary): Only free back to previous base.

From-SVN: r6725
gcc/tree.c