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][ARM/AArch64 Testsuite] Fix vext[us]64_1.c test on ARM by unsharing test body


On Thu, Jul 3, 2014 at 4:08 PM, Alan Lawrence <alan.lawrence@arm.com> wrote:
> Moving into own thread from
> https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01895.html
>
> This fixes the compilation failures of gcc.target/arm/simd/vexts64_1.c and
> gcc.target/arm/simd/vextu64_1.c that I introduced in r by unsharing the test
> body on AArch64. (As [u]int64x1_t are vector types on AArch64 but scalar
> types on ARM.)
>
> gcc/testsuite/ChangeLog:
>
>         * gcc.target/arm/simd/vexts64_1.c: Remove #include, inline test
> body.
>         * gcc.target/arm/simd/vextu64_1.c: Likewise.
>         * gcc.target/aarch64/simd/ext_s64_1.c: Likewise.
>         * gcc.target/aarch64/simd/ext_u64_1.c: Likewise.
>         * gcc.target/aarch64/simd/ext_s64.x: Remove.
>         * gcc.target/aarch64/simd/ext_u64.x: Remove.

Ok - sigh.

Ramana

>
> On arm-none-eabi
> (arm-eabi-aem/-mthumb/-march=armv8-a/-mfpu=crypto-neon-fp-armv8/-mfloat-abi=hard):
>
> FAIL->PASS: gcc.target/arm/simd/vexts64_1.c (test for excess errors)
> UNRESOLVED->NA: gcc.target/arm/simd/vexts64_1.c compilation failed to
> produce executable
> NA->PASS: gcc.target/arm/simd/vexts64_1.c execution test
> FAIL->PASS: gcc.target/arm/simd/vextu64_1.c (test for excess errors)
> UNRESOLVED->NA: gcc.target/arm/simd/vextu64_1.c compilation failed to
> produce executable
> NA->PASS: gcc.target/arm/simd/vextu64_1.c execution test
>
> No changes on aarch64-none-elf.


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