http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61062

            Bug ID: 61062
           Summary: vzip tests fail on armeb
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: christophe.lyon at st dot com

The new vzip* tests for ARM introduced as SVN rev 209908 fail on target
armeb-none-linux-gnueabihf (tested with qemu).

With gcc configured as:
--target=armeb-none-linux-gnueabihf
--with-cpu=cortex-a9
--with-fpu=neon-fp16

I notice the following FAILs at execution:
  gcc.target/arm/simd/vzipf32_1.c execution test
  gcc.target/arm/simd/vzipp16_1.c execution test
  gcc.target/arm/simd/vzipp8_1.c execution test
  gcc.target/arm/simd/vzipqf32_1.c execution test
  gcc.target/arm/simd/vzipqp16_1.c execution test
  gcc.target/arm/simd/vzipqp8_1.c execution test
  gcc.target/arm/simd/vzipqs16_1.c execution test
  gcc.target/arm/simd/vzipqs32_1.c execution test
  gcc.target/arm/simd/vzipqs8_1.c execution test
  gcc.target/arm/simd/vzipqu16_1.c execution test
  gcc.target/arm/simd/vzipqu32_1.c execution test
  gcc.target/arm/simd/vzipqu8_1.c execution test
  gcc.target/arm/simd/vzips16_1.c execution test
  gcc.target/arm/simd/vzips32_1.c execution test
  gcc.target/arm/simd/vzips8_1.c execution test
  gcc.target/arm/simd/vzipu16_1.c execution test
  gcc.target/arm/simd/vzipu32_1.c execution test
  gcc.target/arm/simd/vzipu8_1.c execution test

Not sure whether we prefer to fix the compiler or the tests not to run on
big-endian target?

Reply via email to