re PR target/11594 (testcase gcc.dg/20020103-1.c fails with "scan-assembler-not LC")

PR target/11594
	* gcc.dg/20020103-1.c: Remove XFAIL for powerpc.

From-SVN: r142718
This commit is contained in:
Janis Johnson 2008-12-12 19:34:48 +00:00 committed by Janis Johnson
parent 0c6ca7f80a
commit 9c877fcc00
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-12-12 Janis Johnson <janis187@us.ibm.com>
PR target/11594
* gcc.dg/20020103-1.c: Remove XFAIL for powerpc.
2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/38409

View File

@ -3,7 +3,7 @@
/* { dg-do compile { target { { i?86-*-* rs6000-*-* alpha*-*-* x86_64-*-* } || { powerpc*-*-* && ilp32 } } } } */
/* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -fpic -fno-omit-frame-pointer -fno-asynchronous-unwind-tables" } */
/* { dg-final { scan-assembler-not "LC\[0-9\]" { xfail powerpc*-*-* } } } */
/* { dg-final { scan-assembler-not "LC\[0-9\]" } } */
/* Clobber all call-saved registers that can hold a pointer value. */
#if defined(__i386__)