Commit d8505fac by Segher Boessenkool Committed by Segher Boessenkool

rs6000: Fix gcc.dg/tree-ssa/ssa-dom-cse-2.c

The testcase should xfail when compiling for a 64-bit target, not when
the default target is 64-bit.


gcc/testsuite/
	* gcc.dg/tree-ssa/ssa-dom-cse-2.c: Do not xfail powerpc64*-*-*.
	Instead, xfail powerpc-*-*-* && lp64.

From-SVN: r245396
parent efb802cb
2017-02-13 Segher Boessenkool <segher@kernel.crashing.org> 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
* gcc.dg/tree-ssa/ssa-dom-cse-2.c: Do not xfail powerpc64*-*-*.
Instead, xfail powerpc*-*-* && lp64.
2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
* gcc.target/powerpc/vec-adde-int128.c: Use p8vector_hw instead of * gcc.target/powerpc/vec-adde-int128.c: Use p8vector_hw instead of
powerpc_p8vector_ok. powerpc_p8vector_ok.
* gcc.target/powerpc/vec-addec-int128.c: Ditto. * gcc.target/powerpc/vec-addec-int128.c: Ditto.
......
...@@ -25,4 +25,4 @@ foo () ...@@ -25,4 +25,4 @@ foo ()
but the loop reads only one element at a time, and DOM cannot resolve these. but the loop reads only one element at a time, and DOM cannot resolve these.
The same happens on powerpc depending on the SIMD support available. */ The same happens on powerpc depending on the SIMD support available. */
/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail { { alpha*-*-* hppa*64*-*-* powerpc64*-*-* } || { { sparc*-*-* && lp64 } || { riscv*-*-* && lp64 } } } } } } */ /* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail { { alpha*-*-* hppa*64*-*-* } || { lp64 && { powerpc*-*-* sparc*-*-* riscv*-*-* } } } } } } */
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