This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]