rs6000: Add int128 target check to pr101129.c (PR101531)
authorBill Schmidt <wschmidt@linux.ibm.com>
Wed, 21 Jul 2021 14:23:45 +0000 (09:23 -0500)
committerBill Schmidt <wschmidt@linux.ibm.com>
Wed, 21 Jul 2021 18:37:50 +0000 (13:37 -0500)
2021-07-21  Bill Schmidt  <wschmidt@linux.ibm.com>

gcc/testsuite/
PR target/101531
* gcc.target/powerpc/pr101129.c: Adjust.

gcc/testsuite/gcc.target/powerpc/pr101129.c

index 1abc124..6b8e5a9 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target p8vector_hw } */
+/* { dg-require-effective-target int128 } */
 /* { dg-options "-mdejagnu-cpu=power8 -O " } */
 
 /* PR101129: The swaps pass was turning a mult-lopart into a mult-hipart.