[Bug tree-optimization/39339] [4.4 Regression] SRA miscompilation of vte

2009-03-04 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-03-04 09:03 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/39339] [4.4 Regression] SRA miscompilation of vte

2009-03-04 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-03-04 09:03 --- Subject: Bug 39339 Author: rguenth Date: Wed Mar 4 09:02:59 2009 New Revision: 144598 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144598 Log: 2009-03-04 Richard Guenther PR tree-optimization/

[Bug tree-optimization/39339] [4.4 Regression] SRA miscompilation of vte

2009-03-02 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-02 12:13 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug tree-optimization/39339] [4.4 Regression] SRA miscompilation of vte

2009-03-02 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2009-03-02 10:52 --- Introduced in r132969. During esra we have: D.1656_34 = VIEW_CONVERT_EXPR(screen_3(D)->defaults.attr); D.1657_35 = D.1656_34 >> 23; attr$B23F9_36 = () D.1657_35; ... SR.8_37 = attr$B23F9_36 >> 7; SR.9_50 = (u

[Bug tree-optimization/39339] [4.4 Regression] SRA miscompilation of vte

2009-03-02 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 Target Milestone|--- |4.4.0 http://gcc.g