https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117720
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Target Milestone|--- |15.0
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
if (TARGET_ALTIVEC)
/* Misaligned loads are not supported. */
gcc_unreachable ();
Hmm,
