[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #7 from Richard Biener --- Author: rguenth Date: Mon Oct 19 14:00:28 2015 New Revision: 228971 URL: https://gcc.gnu.org/viewcvs?rev=228971&root=gcc&view=rev Log: 2015-10-19 Richard Biener PR tree-optimization/67975

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-19 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #5 from rsandifo at gcc dot gnu.org --- (In reply to Richard Biener from comment #4) > https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01580.html > > Hope that fixes all cases you ran into. Yeah, thanks. That fixes the builtins-20.c

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #4 from Richard Biener --- https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01580.html Hope that fixes all cases you ran into.

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #3 from Richard Biener --- I have a prototype that handles (extended) diamonds. With this FRE1 is able to optimize the check to 1 (with -O -ffast-math).

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|