https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102162
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |middle-end
Keywords| |wrong-code
--- Comment #11 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #10)
> Does hppa*-*-linux* have STRICT_ALIGNMENT set to true or false?
config/pa/pa.h:#define STRICT_ALIGNMENT 1
Hmm, so it should work.
It is definitely something in the expansion between gimple and rtl which is
messing up.