------- Comment #15 from rguenth at gcc dot gnu dot org 2008-02-16 10:41 ------- re comment #13 - limiting the DFS walk depth will of course only work if we then abort SCCVN completely (like we do for the SCC size limit). But still finding a magic number that fixes only the case where we blow the stack is hard ;)
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35204