[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 --- Comment #8 from rguenther at suse dot de --- On October 7, 2020 5:30:14 PM GMT+02:00, "jakub at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 > >Jakub Jelinek changed: > > What|Removed

[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #7

[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread benjamin.meier70 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 --- Comment #6 from Benjamin B. Meier --- Thanks for the super quick reaction:)!

[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:dae673abd37d400408959497e50fe1f3fbef5533 commit r11-3705-gdae673abd37d400408959497e50fe1f3fbef5533 Author: Richard Biener Date:

[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 --- Comment #3 from Richard Biener --- The patch will cause FAIL: gcc.dg/vect/pr65947-3.c scan-tree-dump-times vect "LOOP VECTORIZED" 2 since the testcase has exactly such a pattern: unsigned int condition_reduction (unsigned int *a, unsigned

[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/97307] Optimization for pure vs. const function

2020-10-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97307 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Component|middle-end