Index: function.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/function.c,v retrieving revision 1.597 diff -u -p -r1.597 function.c --- function.c 30 Dec 2004 03:07:36 -0000 1.597 +++ function.c 1 Jan 2005 23:31:22 -0000 @@ -4588,7 +4588,7 @@ get_arg_pointer_save_area (struct functi end_sequence (); push_topmost_sequence (); - emit_insn_after (seq, get_insns ()); + emit_insn_after (seq, entry_of_function ()); pop_topmost_sequence (); }