public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] xfail one ppc testcase (PR tree-optimization/66612)
@ 2016-01-20 14:28 Jakub Jelinek
  2016-01-20 14:35 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2016-01-20 14:28 UTC (permalink / raw)
  To: David Edelsohn; +Cc: gcc-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfail one ppc testcase (PR tree-optimization/66612)
  2016-01-20 14:28 [PATCH] xfail one ppc testcase (PR tree-optimization/66612) Jakub Jelinek
@ 2016-01-20 14:35 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2016-01-20 14:35 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: GCC Patches

On Wed, Jan 20, 2016 at 9:28 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> 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.

Okay with me.

Thanks, David

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-20 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20 14:28 [PATCH] xfail one ppc testcase (PR tree-optimization/66612) Jakub Jelinek
2016-01-20 14:35 ` David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).