This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Fix PR tree-optimization/20963
> I accidently posted/committed a slightly outdated version of this patch,
> and then immediately committed the right version.
After further reviewing this bug, i've come to the conclusion that the
fix for this, while it works, isn't fully correct.
I'm going to prepare a revised patch that fixes the real underlying
problem (that we transform an is_gimple_min_invariant expression into
one that isn't when recreating it)