------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-01 
23:02 -------
Like so:
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:02:03 -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 ();
     }
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19221

Reply via email to