]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/66612 (FAIL: gcc.target/powerpc/20050830-1.c scan-assembler...
authorJakub Jelinek <jakub@redhat.com>
Wed, 20 Jan 2016 14:40:02 +0000 (15:40 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 20 Jan 2016 14:40:02 +0000 (15:40 +0100)
PR tree-optimization/66612
* gcc.target/powerpc/20050830-1.c: Xfail the scan-assembler test
for bdn instruction.

From-SVN: r232618

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/20050830-1.c

index 9f4bcdd02d734e82434b4dd5b9a48eeef0d264f8..fb9826ecbdc3fb3d0d6ef647b505acea3218fe67 100644 (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
index 4a8f71a98717f26f93a80c7d2f5eb91dd35abcde..bcbcef893bff01765cc7cb993e778fbed7b4acb3 100644 (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;