[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

2011-12-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50396 --- Comment #6 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-23 09:10:27 UTC --- Author: rguenth Date: Fri Dec 23 09:10:18 2011 New Revision: 182653 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182653 Log: 2011-12-23 Richard

[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

2011-12-23 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50396 --- Comment #7 from Richard Guenther rguenth at gcc dot gnu.org 2011-12-23 09:16:16 UTC --- Author: rguenth Date: Fri Dec 23 09:16:08 2011 New Revision: 182654 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=182654 Log: 2011-12-23 Richard

[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

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

[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

2011-12-22 Thread loufoque at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50396 Mathias Gaunard loufoque at gmail dot com changed: What|Removed |Added CC||loufoque at

[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

2011-12-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50396 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

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

[Bug rtl-optimization/50396] SSE division by zero generates incorrect code with optimizations enabled

2011-10-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50396 --- Comment #3 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-20 09:13:21 UTC --- case DIV: /* Handle floating point and integers separately. */ if (SCALAR_FLOAT_MODE_P (mode)) { should probably be FLOAT_MODE_P