[Bug rtl-optimization/71779] [5/6/7 regression] isl miscompiled with -mabi=ilp32
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 8 00:16:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71779
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |rtl-optimization
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
BY the way it looks like combine:
> The next major change is after combine, which merges the zero_extract in with some other operations...
Should not have done that because of the way paradoxical subreg are defined as
not caring about the top bits of the register.
More information about the Gcc-bugs
mailing list