On Thu, Jun 24, 2021 at 10:36 AM Andrew MacLeod via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > > When looking for relations between equivalencies, a typo was causing the > same bitmap to be checked for both operands, instead of the correct one > for each. This caused us to never notice relations between equivalences. > > I also noticed that under some circumstances the relation dump would > call blocks which were NULL and trap.. Also fixed. > > bootstraps on x86_64-pc-linux-gnu with no regressions. pushed. > > Andrew >
This caused: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101335 -- H.J.