]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
and-1.c: Remove nand test for powerpc*-*-*.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Wed, 27 Jan 2016 17:11:50 +0000 (17:11 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Wed, 27 Jan 2016 17:11:50 +0000 (17:11 +0000)
2016-01-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.dg/and-1.c: Remove nand test for powerpc*-*-*.

From-SVN: r232886

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/and-1.c

index 8689d59e51537f1d33c2354b95fe4cbf3e11d3ed..924d3fbffca4cbe03c6844b64eb370dbf72542d6 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.dg/and-1.c: Remove nand test for powerpc*-*-*.
+
 2016-01-27  Tom de Vries  <tom@codesourcery.com>
 
        * gcc.dg/autopar/pr69110.c: Fix pass number.
index c66e4e15face9695af7ba7b9d5f7da547d73ab2e..cf7974f7c16390d08e80ef3afb7c6464ef0c1d3c 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
 /* { dg-final { scan-assembler "and" { target powerpc*-*-* spu-*-* } } } */
-/* There should be no nand for this testcase (for either PPC or SPU). */
-/* { dg-final { scan-assembler-not "nand" { target powerpc*-*-* spu-*-* } } } */
+/* There should be no nand for this testcase for SPU. */
+/* { dg-final { scan-assembler-not "nand" { target spu-*-* } } } */
 
 int f(int y)
 {