[Bug tree-optimization/38884] missed FRE with __real and __imag

2012-01-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38884 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug tree-optimization/38884] missed FRE with __real and __imag

2011-10-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38884 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-06 08:41:54 UTC --- Author: rguenth Date: Thu Oct 6 08:41:44 2011 New Revision: 179593 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179593 Log: 2011-10-06 Richard

[Bug tree-optimization/38884] missed FRE with __real and __imag

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

[Bug tree-optimization/38884] missed FRE with __real and __imag

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

[Bug tree-optimization/38884] missed FRE with __real and __imag

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

[Bug tree-optimization/38884] missed FRE with __real and __imag

2010-09-24 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38884 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2010-09-24 18:39:57 UTC --- D.2727_2 = COMPLEX_EXPR dd_1(D), 0.0; sv.i = D.2727_2; d_3 = REALPART_EXPR sv.i; -- Configure bugmail:

[Bug tree-optimization/38884] missed FRE with __real and __imag

2010-09-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38884 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added AssignedTo|unassigned at gcc dot |rguenth at

[Bug tree-optimization/38884] missed FRE with __real and __imag

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:09 --- Still happens as of today. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38884

[Bug tree-optimization/38884] missed FRE with __real and __imag

2009-01-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |