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

From-SVN: r145461
This commit is contained in:
Janis Johnson 2009-04-02 17:59:00 +00:00 committed by Janis Johnson
parent c5412bb22a
commit 19cbbf1699
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-04-02 Janis Johnson <janis187@us.ibm.com>
* gcc.target/powerpc/ppc64-double-1.c: XFAIL for lp64.
2009-04-01 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/compile/20090401-1.c: New test.

View File

@ -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.