diff mbox

[committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux*

Message ID BLU0-SMTP111E4B879D8B1FCF48782597E10@phx.gbl
State New
Headers show

Commit Message

John David Anglin March 11, 2013, 1:14 a.m. UTC
Committed to trunk.  Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp- 
hpux11.11.

Dave
--
John David Anglin	dave.anglin@bell.net
2013-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	PR debug/56307
	* gcc.dg/tree-ssa/pr55579.c: xfail 32-bit hppa*-*-hpux*.

Comments

Rainer Orth March 11, 2013, 9:25 a.m. UTC | #1
John David Anglin <dave.anglin@bell.net> writes:

> Index: gcc.dg/tree-ssa/pr55579.c
> ===================================================================
> --- gcc.dg/tree-ssa/pr55579.c	(revision 196546)
> +++ gcc.dg/tree-ssa/pr55579.c	(working copy)
> @@ -11,5 +11,5 @@
>    return x;
>  }
>  
> -/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" } } */
> +/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" {xfail { hppa*-*-hpux* && { ! lp64 } } } } } */

You most likely need whitespace before the xfail.  Also try to add a
comment (PR reference?) explaining it.

Thanks.
        Rainer
diff mbox

Patch

Index: gcc.dg/tree-ssa/pr55579.c
===================================================================
--- gcc.dg/tree-ssa/pr55579.c	(revision 196546)
+++ gcc.dg/tree-ssa/pr55579.c	(working copy)
@@ -11,5 +11,5 @@ 
   return x;
 }
 
-/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" } } */
+/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" {xfail { hppa*-*-hpux* && { ! lp64 } } } } } */
 /* { dg-final { cleanup-tree-dump "esra" } } */