This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] xfail one ppc testcase (PR tree-optimization/66612)


Hi!

As per discussion in the PR, I'd like to xfail this test for GCC6 and
change it to 7.0 milestone, because it is too late/too risky to change
this for gcc 6 now.

Bootstrapped/regtested on powerpc64{,le}-linux, ok for trunk?

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.

--- gcc/testsuite/gcc.target/powerpc/20050830-1.c.jj	2008-09-05 12:54:15.000000000 +0200
+++ gcc/testsuite/gcc.target/powerpc/20050830-1.c	2016-01-20 09:16:12.885474312 +0100
@@ -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;

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]