https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65962

--- Comment #20 from Christophe Lyon <clyon at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #19)

> whatever reason for.  So the testcase would need adjustment with hw_misalign.

check_effective_target_vect_hw_misalign needs to be updated to include arm
targets.

I guess I should add arm-*-*, such that vect-strided-a-u8-i2-gap.c (after
adding dg-require-effective-target vect_hw_misalign) still PASSes for arm-* and
is UNSUPPORTED for armeb-*.

I'm just wondering whether I should instead add arm*-*-*, if we want to
consider there is a bug with the armeb behavior.

Reply via email to