PR tree-optimization/66612
* gcc.target/powerpc/
20050830-1.c: Xfail the scan-assembler test
for bdn instruction.
From-SVN: r232618
+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;