Commit 889d5698 by Jakub Jelinek Committed by Jakub Jelinek

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
parent d7cf3dc7
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
......
/* 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;
......
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