------- Comment #9 from danglin at gcc dot gnu dot org 2008-11-08 21:46 ------- This seems wrong:
/* Put the insns after the NOTE that starts the function. If this is inside a start_sequence, make the outer-level insn chain current, so the code is placed at the start of the function. */ push_topmost_sequence (); emit_insn_before (seq, NEXT_INSN (entry_of_function ())); pop_topmost_sequence (); -- danglin at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2008-11-08 21:46:55 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37323