[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2007-06-17 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-06-18 01:57 --- delete_trivially_dead_insns is gone now that the dataflow branch has been merged in. So closing as won't fix. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2006-12-17 Thread steven at gcc dot gnu dot org
--- Comment #4 from steven at gcc dot gnu dot org 2006-12-17 14:48 --- There will be no more delete_trivially_dead_insns when the dataflow branch is merged. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18995

[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2005-07-28 Thread pinskia at gcc dot gnu dot org
-- Bug 18995 depends on bug 18992, which changed state. Bug 18992 Summary: delete_trivially_dead_insns made ineffective for two-address targets http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18992 What|Old Value |New Value

[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2005-03-02 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-02 17:54 --- A patch is here: http://gcc.gnu.org/ml/gcc-patches/2004-06/msg00774.html The size of this patch can also be reduced by setting update_live_p in delete_trivially_dead_insns like this: bool update_life_p =

[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2005-01-17 Thread joern dot rennecke at st dot com
--- Additional Comments From joern dot rennecke at st dot com 2005-01-17 14:18 --- Subject: Re: delete_trivially_dead_insns fails to update the liveness information steven at gcc dot gnu dot org wrote: >--- Additional Comments From steven at gcc dot gnu dot org 2005-01-15 >12:2

[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2005-01-15 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-15 12:29 --- Test case??? There are many other problems with delete_trivially_dead_insns, unsurprisingly, so maybe the whole thing should be revisited and reconsidered :-/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug rtl-optimization/18995] delete_trivially_dead_insns fails to update the liveness information

2005-01-14 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords||ice-on-v