function.c (pop_function_context_from): var_refs_queue and temp slots now in GC memory.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sun, 23 Sep 2001 23:35:38 +0000 (23:35 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 23 Sep 2001 23:35:38 +0000 (19:35 -0400)
commit7a80cf9a2f287793e0361af57606031a17e636d4
tree43575df8ec28d9792fbbda374cdb1ffd42cbd46d
parent0629440fd84cd3db12f49084719ae0a7528d8833
function.c (pop_function_context_from): var_refs_queue and temp slots now in GC memory.

* function.c (pop_function_context_from): var_refs_queue
and temp slots now in GC memory.
(mark_function_status, free_after_compilation): Likewise;
also struct function now in GC memory.
(assign_stack_temp_for_type): struct temp_slot now in GC memory.
(combine_temp_slots): Likewise.
(schedule_fixup_var_refs): var_refs_queue now in GC memory.
(prepare_function_start): Use GC memory for struct function.
(mark_temp_slot): Deleted.
(gcc_mark_struct_function): struct function now in GC memory.

From-SVN: r45764
gcc/ChangeLog
gcc/function.c