fold-vec-add-7.c: Require effective target to support __int128.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 9 Dec 2016 19:54:11 +0000 (19:54 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 9 Dec 2016 19:54:11 +0000 (19:54 +0000)
2016-12-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.target/powerpc/fold-vec-add-7.c: Require effective target to
support __int128.

From-SVN: r243503

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/fold-vec-add-7.c

index d47672ac0b0e43458891228d45f08392139a2e66..6023b9f4cf418029c8cf141b9e0bf1460be8b6ab 100644 (file)
@@ -1,3 +1,8 @@
+2016-12-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/fold-vec-add-7.c: Require effective target to
+       support __int128.
+
 2016-12-09  Kugan Vivekanandarajah  <kuganv@linaro.org>
 
        PR ipa/78721
index 185a90340c6145b5579c9b00b8ddfc2bc1efd169..71de0b6a22b92e047c697a27348caac151a53f59 100644 (file)
@@ -3,6 +3,7 @@
 
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_p8vector_ok } */
+/* { dg-require-effective-target int128 } */
 /* { dg-options "-maltivec -mvsx -mpower8-vector" } */
 /* { dg-additional-options "-maix64" { target powerpc-ibm-aix* } } */