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
This commit is contained in:
parent
efb802cbca
commit
d8505fac6b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -25,4 +25,4 @@ foo ()
|
|||
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. */
|
||||
|
||||
/* { 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*-*-* } } } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue