[Darwin, PPC, testsuite] Fix fail for bmi2-bzhi64-1a.c
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 27 Jul 2019 07:43:15 +0000 (07:43 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 27 Jul 2019 07:43:15 +0000 (07:43 +0000)
This test is failing with older cpus because the included header needs both
altivec and vsx to be enabled to succeed in compiling.  Without this (if these
are not defaults for the cpu) there are errors like:

In file included from ... x86intrin.h:41,
                 from ... bmi2-bzhi64-1a.c:6:
 ... xmmintrin.h: In function '_mm_loadu_ps':
 ... xmmintrin.h:122:11:
error: incompatible types when returning type 'int' but '__m128' {aka '__vector(4) float'} was expected
<snip>
 ... xmmintrin.h: In function '_mm_cvtps_pi32':
 ... xmmintrin.h:996:3:
error: use of 'long long' in AltiVec types is invalid without '-mvsx'
<snip>

Fixed by adding -maltivec -mvsx to the options.

gcc/testsuite/

2019-07-27  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.target/powerpc/bmi2-bzhi64-1a.c: Add options to enable altivec
and vsx.

From-SVN: r273844

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/bmi2-bzhi64-1a.c

index 5bdbabb895fe40bc84ab9d3aa63b74b733739e55..7527e730263fec06177c30f0f53fbb80efbe9905 100644 (file)
@@ -1,3 +1,8 @@
+2019-07-27  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.target/powerpc/bmi2-bzhi64-1a.c: Add options to enable altivec
+       and vsx.
+
 2019-07-26  Iain Sandoe  <iain@sandoe.co.uk>
 
        * lib/scanasm.exp (object-size): Handle Darwin's size command.
index 149cbc5d4168b9c86e6c5ec2a4f660f026da81cc..89bee61f0445d51e96d0c22fc07bdd030a58e30d 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3" } */
+/* { dg-options "-O3 -maltivec -mvsx" } */
 /* { dg-require-effective-target lp64 } */
 
 #define NO_WARN_X86_INTRINSICS 1