https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124651
--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Heiko Eißfeldt from comment #10) > Thanks a lot! With your comments I could replace the recursion and passed > the Winfinite-recursion* tests from the testsuite. > > From debugging a core dump I found another place where recursion over many > BBs occurs. > this is from tree-ssa.cc in function verify_vssa() You can ignore that for now since it is just for checking; please file it as a seperate issue though. Use -fno-checking to avoid it.
