[Bug rtl-optimization/25133] [3.4 regression] wrong code for conditionals on arm

2006-03-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-08 23:39 --- Fixed in 4.0.0. 3.4.6 has been tagged already and has been released (no announcement has been made but it is up on the ftp server already). -- pinskia at gcc dot gnu dot org changed: What

[Bug rtl-optimization/25133] [3.4 regression] wrong code for conditionals on arm

2006-03-05 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25133

[Bug rtl-optimization/25133] [3.4 regression] wrong code for conditionals on arm

2005-11-28 Thread rearnsha at gcc dot gnu dot org
--- Comment #1 from rearnsha at gcc dot gnu dot org 2005-11-28 16:03 --- Confirmed. This appears to be a bug in noce_try_abs, which is substituting an abs() expansion into the RTL, but the substitution clobbers a hard register that is live (the condition code register). --