rs6000: Fix new testcase
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 5 Jun 2019 16:21:07 +0000 (18:21 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 5 Jun 2019 16:21:07 +0000 (18:21 +0200)
At least with -m32 you need -maltivec if you #include <altivec.h>.

gcc/testsuite/
* g++.target/powerpc/undef-bool-3.C: Add -maltivec to dg-options.

From-SVN: r271966

gcc/testsuite/ChangeLog
gcc/testsuite/g++.target/powerpc/undef-bool-3.C

index 457970ede453408dceac542cd8d8b386d40fd9d5..bc5213449878f70a72b14f12c005e91f0842c7ec 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-05  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * g++.target/powerpc/undef-bool-3.C: Add -maltivec to dg-options.
+
 2019-06-05  Martin Sebor  <msebor@redhat.com>
 
        * gcc.dg/weak/weak-19.c: New test.
index 27f3da582175417ff5129c310cef21197f175807..b4e18bda2cb805afe96c26f4b1ab29f1304781f5 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -std=c++11" } */
+/* { dg-options "-O2 -std=c++11 -maltivec" } */
 
 /* Test to ensure that "bool" is not #define'd in altivec.h for C++ when
    we require strict ANSI.  We should compile without errors.  */