https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Tue Mar 15 16:10:59 2016
New Revision: 234221
URL: https://gcc.gnu.org/viewcvs?rev=234221&root=gcc&view=rev
Log:
PR middle-end/70239
* tree-ssa-sccvn.c (VN_INFO_GET): Use
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
--- Comment #6 from Markus Trippelsdorf ---
(In reply to Jakub Jelinek from comment #5)
> Trying to creduce the testcase now with --param ggc-min-expand=0 --param
> ggc-min-heapsize=0 -O2, but it is slow. 32KB testcase is too large for the
> tes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
--- Comment #5 from Jakub Jelinek ---
Trying to creduce the testcase now with --param ggc-min-expand=0 --param
ggc-min-heapsize=0 -O2, but it is slow. 32KB testcase is too large for the
testsuite though.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
--- Comment #4 from Jakub Jelinek ---
And indeed
--- tree-ssa-sccvn.c.jj 2016-02-16 16:14:43.0 +0100
+++ tree-ssa-sccvn.c2016-03-15 13:02:40.876997092 +0100
@@ -407,7 +407,7 @@ VN_INFO_GET (tree name)
newinfo = XOBNEW (&vn_ssa_aux_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
Markus Trippelsdorf changed:
What|Removed |Added
CC||trippels at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70239
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|