[Bug tree-optimization/15596] [4.0 Regression] Missed optimization with bitfields

2005-02-12 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15596

[Bug tree-optimization/15596] [4.0 Regression] Missed optimization with bitfields

2005-02-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-11 05:42 --- On PPC we get now: lwz r0,0(r3) rlwimi r0,r5,9,22,22 rlwinm r0,r0,0,22,20 ori r0,r0,2048 rlwimi r0,r4,12,0,19 stw r0,0(r3) blr (but note it was much w

[Bug tree-optimization/15596] [4.0 Regression] Missed optimization with bitfields

2005-02-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-11 05:39 --- We are now back to what we were with the tree-ssa. Darn. -- What|Removed |Added