[Bug tree-optimization/21829] [4.1 Regression] missed jump threading after unroller

2005-10-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P5 Target Milestone|4.2.0 |4.1.0 http://gcc

[Bug tree-optimization/21829] [4.1 Regression] missed jump threading after unroller

2005-10-29 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-29 15:52 --- This really does not need to be targeted towards 4.1 (this is a bug I filed looking at code gen problems with some weird code which I made up). -- pinskia at gcc dot gnu dot org changed: What|Remo

[Bug tree-optimization/21829] [4.1 Regression] missed jump threading after unroller

2005-09-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-10 05:56 --- We now get: : if (v_8 < 0) goto ; else goto ; Invalid sum of incoming frequencies 2500, should be 1775 :; if (v_8 <= 0) goto ; else goto ; :; Invalid sum of incoming frequencies 4275, should be 5000

[Bug tree-optimization/21829] [4.1 Regression] missed jump threading after unroller

2005-06-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-12 03:44 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug tree-optimization/21829] [4.1 Regression] missed jump threading after unroller

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 Version|4.0.0 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21829