[Bug tree-optimization/38885] missed FRE with BIT_FIELD_REF and vectors

2011-10-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38885 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/38885] missed FRE with BIT_FIELD_REF and vectors

2011-10-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38885 --- Comment #4 from Richard Guenther 2011-10-05 14:35:22 UTC --- Author: rguenth Date: Wed Oct 5 14:35:15 2011 New Revision: 179556 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179556 Log: 2011-10-05 Richard Guenther PR tree-op

[Bug tree-optimization/38885] missed FRE with BIT_FIELD_REF and vectors

2010-09-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38885 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/38885] missed FRE with BIT_FIELD_REF and vectors

2010-09-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38885 --- Comment #2 from Andrew Pinski 2010-09-24 18:38:58 UTC --- global_res = { 0.0, 0.0, 0.0, 2.0e+0 }; x.0_4 = BIT_FIELD_REF ; x = x.0_4; return 0; -- Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email --- You are

[Bug tree-optimization/38885] missed FRE with BIT_FIELD_REF and vectors

2010-03-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2010-03-02 19:07 --- Still happens as of today. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38885