[Bug tree-optimization/17560] [4.0 Regression] Infinite recursion in tree-scalar-evolution with -Os
sebastian dot pop at cri dot ensmp dot fr
gcc-bugzilla@gcc.gnu.org
Fri Oct 8 13:49:00 GMT 2004
------- Additional Comments From sebastian dot pop at cri dot ensmp dot fr 2004-10-08 13:49 -------
Subject: Re: [4.0 Regression] Infinite recursion in tree-scalar-evolution with -Os
> Could you check whether the edges are marked as irreducible? If not, this would
> be the problem.
>
Indeed, both edges for the phi "i_2 = phi (i_4, i_1)" are not marked
by EDGE_IRREDUCIBLE_LOOP, and consequently backedge_phi_arg_p returns
always false. Same for the first edge i_1 -> i_2 of "i_1 = phi (i_2,
i_7)" that is not marked as EDGE_IRREDUCIBLE_LOOP.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17560
More information about the Gcc-bugs
mailing list