[Bug rtl-optimization/64682] [5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 20 18:46:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64682
Segher Boessenkool <segher at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |segher at gcc dot gnu.org
--- Comment #4 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Yes, distribute_notes messes up if it has a REG_DEAD note while that
same reg is set later, and ends up as I2 in the combination result.
I am testing a patch.
More information about the Gcc-bugs
mailing list