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/57685] [4.8/4.9 Regression] GCC stuck in an infinite loop


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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Hmm, it's register_edge_assert_for_1 not limiting its recursion and not
avoiding duplicate visits.  Which in this case leads to exponential
compile-time behavior.
We can mitigate the latter by only considering single-use defs.


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