re PR target/11594 (testcase gcc.dg/20020103-1.c fails with "scan-assembler-not LC")
authorJanis Johnson <janis187@us.ibm.com>
Fri, 12 Dec 2008 19:34:48 +0000 (19:34 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 12 Dec 2008 19:34:48 +0000 (19:34 +0000)
PR target/11594
* gcc.dg/20020103-1.c: Remove XFAIL for powerpc.

From-SVN: r142718

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

index 34dfb65..ad5bc36 100644 (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
index 3402e8b..81ffdb1 100644 (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__)