This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite] (commited) remove xfail for gcc.dg/20020103-1.c


The scan assembler check in gcc.dg/20020103-1.c is now XPASS for all
powerpc targets reported in the gcc-testresults archive.  It started
passing for powerpc64-unknown-linux-gnu with -m32 sometime between
r139537 (2008-08-25) and r139604 (2008-08-27).  This patch removes
the xfail for that check.

The test fails for powerpc64-unknown-linux-gnu with -m64, so I left
the restriction that on powerpc*-*-* it it only run for ilp32.

Tested on powerpc64-unknown-linux-gnu with -m32/-m64, checked in on
trunk.

2008-12-12  Janis Johnson  <janis187@us.ibm.com>

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

Index: gcc/testsuite/gcc.dg/20020103-1.c
===================================================================
--- gcc/testsuite/gcc.dg/20020103-1.c	(revision 142688)
+++ gcc/testsuite/gcc.dg/20020103-1.c	(working copy)
@@ -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__)




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]