Commit b56f814e by Segher Boessenkool Committed by Segher Boessenkool

testsuite, rs6000: Don't xfail 32-bit (PR66612)

-m32 works fine, only 64-bit still fails.


gcc/testsuite/
	PR tree-optimization/66612
	* gcc.target/powerpc/20050830-1.c: Don't xfail on 32-bit.

From-SVN: r245337
parent 5e659d16
2017-02-10 Segher Boessenkool <segher@kernel.crashing.org> 2017-02-10 Segher Boessenkool <segher@kernel.crashing.org>
PR tree-optimization/66612
* gcc.target/powerpc/20050830-1.c: Don't xfail on 32-bit.
2017-02-10 Segher Boessenkool <segher@kernel.crashing.org>
* gcc.dg/Wtrampolines.c: Do the xfail for only 64-bit powerpc instead * gcc.dg/Wtrampolines.c: Do the xfail for only 64-bit powerpc instead
of all powerpc. of all powerpc.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* XFAIL for now, see PR66612. */ /* XFAIL for now, see PR66612. */
/* { dg-final { scan-assembler "bdn" { xfail *-*-* } } } */ /* { dg-final { scan-assembler "bdn" { xfail lp64 } } } */
extern int a[]; extern int a[];
int foo(int w) { int foo(int w) {
int n = w; int n = w;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment