https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103464

--- Comment #15 from Andrew Macleod <amacleod at redhat dot com> ---
Created attachment 51897
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51897&action=edit
Patch to not recurse for PHIs

First, there was a bug in the original patch, proposed fix for PR 103440 has
been posted to the mailing list.  It really needs to be applied.

Next, we can also include PHIs in the stack flattening fix for range-of-stmt..
which will remove all the recursion depth when dealing with PHIs.  Ive attached
it here.  Does that resolve the problem?   We should see much less recursion
depth.

Im running it through testing now.

Reply via email to