On Thu, Apr 21, 2022 at 5:59 PM Andrew MacLeod <amacl...@redhat.com> wrote: > > When range_of_stmt was adjusted to avoid large recursion depth, I added > code to precalculate the dependencies without recursion. > > This patch adjusted that pre-fill code to intersect the current known > range with the newly calculated one before setting the global range. > this Is what range_of_stmt does, and was missed. > > Its running thru testing now, but I expect no issues with either > bootstrap nor testsuite regressions. > > Do you want me to check this when testing is complete, or hold off?
OK if testing looks good. Richard. > Andrew