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 rakdver at gcc dot gnu dot org  2004-10-08 13:21 -------
This fix should not be necessary (in fact we had the code like this before, but
I removed it and replaced it by current solution; the problem with is that it
behaves really weird, for example the results are dependent on in which order we
process the variables) -- we check for irreducible regions in scev already. 
Could you check whether the edges are marked as irreducible? If not, this would
be the problem.

Zdenek

-- 


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]