[Bug tree-optimization/70614] [4.9/5/6 Regression] GCC gets stuck with -O

2016-04-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70614 --- Comment #6 from Richard Biener --- Author: rguenth Date: Thu Apr 14 13:21:40 2016 New Revision: 234972 URL: https://gcc.gnu.org/viewcvs?rev=234972=gcc=rev Log: 2016-04-14 Richard Biener PR

[Bug tree-optimization/70614] [4.9/5/6 Regression] GCC gets stuck with -O

2016-04-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70614 --- Comment #5 from Richard Biener --- We already have --param scev-max-expr-complexity (and --param scev-max-expr-size) for this. But I have a simple fix for the testcase. Index: tree-scalar-evolution.c

[Bug tree-optimization/70614] [4.9/5/6 Regression] GCC gets stuck with -O

2016-04-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70614 --- Comment #4 from Richard Biener --- And I already removed the quadraticness there! In an original version of the patch I only looked at BIVs but that regressed sth. See PR67783.

[Bug tree-optimization/70614] [4.9/5/6 Regression] GCC gets stuck with -O

2016-04-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70614 Jakub Jelinek changed: What|Removed |Added CC||spop at gcc dot gnu.org --- Comment #3

[Bug tree-optimization/70614] [4.9/5/6 Regression] GCC gets stuck with -O

2016-04-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70614 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target