On Tue, Jan 26, 2016 at 4:46 PM, Bill Schmidt <wschm...@linux.vnet.ibm.com> wrote: > 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*-*-*.
Sigh. This testcase should have been placed in gcc.target. This patch is okay. Thanks, David