[Bug tree-optimization/17640] empty loop not removed after optimization

2005-07-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-12 00:01 --- Fixed in 4.1.0. -- What|Removed |Added Status|NEW |RESOL

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-06-30 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-30 21:48 --- Zdenek has a patch: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg02270.html -- What|Removed |Added --

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-05-11 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-05-11 13:15 --- I'll hack up something. -- What|Removed |Added CC|stevenb at suse dot de

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-05-11 Thread stevenb at suse dot de
--- Additional Comments From stevenb at suse dot de 2005-05-11 13:14 --- Subject: Re: empty loop not removed after optimization On Wednesday 11 May 2005 14:58, giovannibajo at libero dot it wrote: > --- Additional Comments From giovannibajo at libero dot it 2005-05-11 > 12:58

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-05-11 Thread rguenth at gcc dot gnu dot org
--- Additional Comments From rguenth at gcc dot gnu dot org 2005-05-11 13:02 --- Only because they are completely peeled. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17640

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-05-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-11 13:00 --- I should note that loops with small constants bounds are now removed on the mainline. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17640

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-05-11 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-05-11 12:58 --- This is a most-wanted feature. Are there hope to see a patch landing for 4.1? Can the patch that Zdenek posted be updated for 4.1? Even if it's gross is surely better than nothing... -- What

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-01-28 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-28 15:18 --- That patch is just gross. Come on, builtin_maybe_infinite_loop?! There are better and easier ways to kill dead loops. Like, a loop optimizer that simply removes dead loops ;-) -- http://gcc.gnu.org/bu

[Bug tree-optimization/17640] empty loop not removed after optimization

2005-01-28 Thread rguenth at tat dot physik dot uni-tuebingen dot de
--- Additional Comments From rguenth at tat dot physik dot uni-tuebingen dot de 2005-01-28 14:26 --- One patch for empty-loop removal was posted here by Zdenek http://gcc.gnu.org/ml/gcc-patches/2004-07/msg01679.html -- What|Removed |Added

[Bug tree-optimization/17640] empty loop not removed after optimization

2004-12-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-24 02:26 --- *** Bug 18648 has been marked as a duplicate of this bug. *** -- What|Removed |Added