On Tue, 27 Apr 2021, Jakub Jelinek wrote:
> Hi!
>
> The following testcase fails with -fcompare-debug. The problem is that
> outgoing_edges_match behaves differently between -g0 and -g, if
> some load/store with REG_EH_REGION is followed by DEBUG_INSNs, the
> REG_EH_REGION check is not done, whi
Hi!
The following testcase fails with -fcompare-debug. The problem is that
outgoing_edges_match behaves differently between -g0 and -g, if
some load/store with REG_EH_REGION is followed by DEBUG_INSNs, the
REG_EH_REGION check is not done, while when there are no DEBUG_INSNs, it is
done.
We alrea