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]

[4.4 testsuite] XFAIL ppc64-double-1.c for lp64


XFAIL a test that has failed since the IRA merge, as reported in PR
middle-end/37272.  Tested on powerpc64-linux with -m32/-m64, checked
in on the 4.4 branch.

2009-04-02  Janis Johnson  <janis187@us.ibm.com>

	* gcc.target/powerpc/ppc64-double-1.c: XFAIL for lp64.

Index: gcc/testsuite/gcc.target/powerpc/ppc64-double-1.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/ppc64-double-1.c	(revision 145433)
+++ gcc/testsuite/gcc.target/powerpc/ppc64-double-1.c	(working copy)
@@ -1,6 +1,7 @@
 // { dg-do compile }
 // { dg-options "-O2 -mpowerpc64" }
-// { dg-final { scan-assembler-not "stfd"  }  }
+// xfail: PR middle-end/37272
+// { dg-final { scan-assembler-not "stfd" { xfail lp64 }  }  }
 
 // The register allocator should have allocated the temporary long long value in a floating point register.
 



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