re PR tree-optimization/66612 (FAIL: gcc.target/powerpc/20050830-1.c scan-assembler bdn)
PR tree-optimization/66612 * gcc.target/powerpc/20050830-1.c: Xfail the scan-assembler test for bdn instruction. From-SVN: r232618
This commit is contained in:
parent
d7cf3dc7d0
commit
889d569816
@ -1,3 +1,9 @@
|
||||
2016-01-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/66612
|
||||
* gcc.target/powerpc/20050830-1.c: Xfail the scan-assembler test
|
||||
for bdn instruction.
|
||||
|
||||
2016-01-20 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
* lib/target-supports.exp
|
||||
|
@ -1,7 +1,8 @@
|
||||
/* Make sure the doloop optimization is done for this loop. */
|
||||
/* { dg-do compile { target powerpc*-*-* } } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-final { scan-assembler "bdn" } } */
|
||||
/* XFAIL for now, see PR66612. */
|
||||
/* { dg-final { scan-assembler "bdn" { xfail *-*-* } } } */
|
||||
extern int a[];
|
||||
int foo(int w) {
|
||||
int n = w;
|
||||
|
Loading…
Reference in New Issue
Block a user