https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103055
--- Comment #2 from hubicka at kam dot mff.cuni.cz --- > Confirmed, started with r12-4852-g18f0873d1e595dc2. Depth=0 means that we do no analysis at all and the assert test that some analysis was done. I suppose we could ignore depth 0 and start bouding recursion only for depth 1 and more. I will implement that. Honza