This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][GCC][testsuite][mid-end][ARM][AARCH64] Fix failing vec align tests.


Hi Tamar,

> Previously I had corrected the vect_hw_misalign check which prompted these
> three test to start failing because the condition needs to be inverted in the
> testcases.
>
> Regtested on aarch64-none-elf, arm-none-linux-gnueabihf and x86_64-pc-linux-gnu.
>
> Ok for trunk?
>
> Thanks,
> Tamar.
>
> gcc/testsuite/
> 2017-10-02  Tamar Christina  <tamar.christina@arm.com>
>
> 	* gcc.dg/vect/vect-align-1.c: Fix vect_hw_misalign condition.
> 	* gcc.dg/vect/vect-align-2.c: Likewise.
> 	* gcc.dg/vect/vect-multitypes-1.c: Likewise.

unfortunately, your patch caused gcc.dg/vect/vect-multitypes-1.c to FAIL
on sparc-sun-solaris2.11 (32 and 64-bit):

FAIL: gcc.dg/vect/vect-multitypes-1.c -flto -ffat-lto-objects  scan-tree-dump-times vect "Vectorizing an unaligned access" 4
FAIL: gcc.dg/vect/vect-multitypes-1.c scan-tree-dump-times vect "Vectorizing an unaligned access" 4

It had XFAILed before.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]