[Bug target/28282] Attempt to delete prologue/epilogue insn, again

2007-07-25 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-07-25 19:01 --- Fixed on the trunk by the dataflow merge. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/28282] Attempt to delete prologue/epilogue insn, again

2006-07-07 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-07-08 04:48 --- (In reply to comment #6) The problem is that flow (which does the instruction deletion) is semi stupid and does not check. I bet this will be fixed with the dataflow branch or at least easier to fix :). -- http

[Bug target/28282] Attempt to delete prologue/epilogue insn, again

2006-07-07 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-07-07 09:52 --- The question is why we need to ICE here. We may as well go ahead and pretend it was the users fault and not a bug in some previous pass... -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug target/28282] Attempt to delete prologue/epilogue insn, again

2006-07-07 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2006-07-07 09:45 --- *** Bug 26945 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/28282] Attempt to delete prologue/epilogue insn, again

2006-07-07 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2006-07-07 09:44 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|