[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 --- Comment #7 from vries at gcc dot gnu.org --- Author: vries Date: Sat Aug 16 17:38:04 2014 New Revision: 214067 URL: https://gcc.gnu.org/viewcvs?rev=214067root=gccview=rev Log: Fix if-conversion pass for dead type-unsafe code 2014-08-15 Tom

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-15 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 --- Comment #6 from vries at gcc dot gnu.org --- Author: vries Date: Fri Aug 15 21:23:21 2014 New Revision: 214044 URL: https://gcc.gnu.org/viewcvs?rev=214044root=gccview=rev Log: Fix if-conversion pass for dead type-unsafe code 2014-08-15 Tom

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-14 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 --- Comment #5 from vries at gcc dot gnu.org --- Author: vries Date: Thu Aug 14 16:13:59 2014 New Revision: 213970 URL: https://gcc.gnu.org/viewcvs?rev=213970root=gccview=rev Log: Fix if-conversion pass for dead type-unsafe code 2014-08-14 Tom

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 vries at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |vries at gcc dot

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-08 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 vries at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-06 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org --- (In reply to Richard Biener from comment #1) Heh, interesting set of events ;) I have a store version that fires on mips64 with a modified testcase too, see bug 62030.

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug rtl-optimization/62004] dead type-unsafe load replaces type-safe load

2014-08-04 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62004 --- Comment #2 from vries at gcc dot gnu.org --- Created attachment 33242 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33242action=edit patch to fix if-conversion (In reply to Richard Biener from comment #1) Heh, interesting set of