This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/17560] [4.0 Regression] Infinite recursion in tree-scalar-evolution with -Os


------- Additional Comments From dnovillo at redhat dot com  2004-10-08 12:39 -------
Subject: Re:  [4.0 Regression] Infinite
	recursion in tree-scalar-evolution with -Os

On Fri, 2004-10-08 at 08:07, sebastian dot pop at cri dot ensmp dot fr
wrote:

> The problem is that we have a cycle "i_1 -> i_2 -> i_1" outside any
> loop, and I'm not sure about the semantics of this representation.  
> By the way, is this a valid SSA form?
> 
It is, but this graph is irreducible.  Block #3 is only reachable via a
back edge.  Or put it another way, block #4 is the entry block for two
different loops.


Diego.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17560


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]