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:
Jakub Jelinek 2016-01-20 15:40:02 +01:00 committed by Jakub Jelinek
parent d7cf3dc7d0
commit 889d569816
2 changed files with 8 additions and 1 deletions

View File

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

View File

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