2016-01-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* gcc.dg/and-1.c: Remove nand test for powerpc*-*-*.
From-SVN: r232886
+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.
/* { 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)
{