Hi, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69479 notes that gcc.dg/and-1.c fails a scan-assembler-not test for nand, but the test does pass in subsequent releases. The test author indicates in comment #1 that we can just remove this test for powerpc*-*-*, which this patch does. Verified for 4.9 on powerpc64le-unknown-linux-gnu. Ok to commit to that branch?
Thanks, Bill 2016-01-26 Bill Schmidt <wschm...@linux.vnet.ibm.com> * gcc.dg/and-1.c: Remove nand test for powerpc*-*-*. Index: gcc/testsuite/gcc.dg/and-1.c =================================================================== --- gcc/testsuite/gcc.dg/and-1.c (revision 232844) +++ gcc/testsuite/gcc.dg/and-1.c (working copy) @@ -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) {