public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux*
@ 2013-03-11  1:15 John David Anglin
  2013-03-11  9:25 ` Rainer Orth
  0 siblings, 1 reply; 3+ messages in thread
From: John David Anglin @ 2013-03-11  1:15 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Committed to trunk.  Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp- 
hpux11.11.

Dave
--
John David Anglin	dave.anglin@bell.net



[-- Attachment #2: pr55579.c.d.txt --]
[-- Type: text/plain, Size: 630 bytes --]

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*.

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" } } */

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

* Re: [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux*
  2013-03-11  1:15 [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux* John David Anglin
@ 2013-03-11  9:25 ` Rainer Orth
  2013-03-12  1:29   ` John David Anglin
  0 siblings, 1 reply; 3+ messages in thread
From: Rainer Orth @ 2013-03-11  9:25 UTC (permalink / raw)
  To: John David Anglin; +Cc: gcc-patches

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

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

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

* Re: [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux*
  2013-03-11  9:25 ` Rainer Orth
@ 2013-03-12  1:29   ` John David Anglin
  0 siblings, 0 replies; 3+ messages in thread
From: John David Anglin @ 2013-03-12  1:29 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

On 11-Mar-13, at 5:25 AM, Rainer Orth wrote:

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

Added comments explaining xfails for gcc.dg/tree-ssa/pr55579.c and  
gcc.dg/tree-ssa/vector-4.c.
Fixed whitespace.

Committed after testing on hppa2.0w-hp-hpux11.11.

Dave
--
John David Anglin	dave.anglin@bell.net



[-- Attachment #2: xfail-comment.d.txt --]
[-- Type: text/plain, Size: 1314 bytes --]

2013-03-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* gcc.dg/tree-ssa/vector-4.c: Add comment regarding xfail.
	* gcc.dg/tree-ssa/pr55579.c: Likewise.

Index: gcc.dg/tree-ssa/vector-4.c
===================================================================
--- gcc.dg/tree-ssa/vector-4.c	(revision 196592)
+++ gcc.dg/tree-ssa/vector-4.c	(working copy)
@@ -9,6 +9,7 @@
 }
 
 /* The compound literal should be placed directly in the vec_perm.  */
+/* Test is xfailed on 32-bit hppa*-*-* because target-callee-copies.  */
 /* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 "gimple" { xfail { hppa*-*-* && { ! lp64 } } } } } */
 
 /* { dg-final { cleanup-tree-dump "gimple" } } */
Index: gcc.dg/tree-ssa/pr55579.c
===================================================================
--- gcc.dg/tree-ssa/pr55579.c	(revision 196592)
+++ gcc.dg/tree-ssa/pr55579.c	(working copy)
@@ -11,5 +11,6 @@
   return x;
 }
 
-/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" {xfail { hppa*-*-hpux* && { ! lp64 } } } } } */
+/* Test fails on 32-bit hppa*-*-hpux*.  See PR debug/56307.  */
+/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" { xfail { hppa*-*-hpux* && { ! lp64 } } } } } */
 /* { dg-final { cleanup-tree-dump "esra" } } */

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

end of thread, other threads:[~2013-03-12  1:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-11  1:15 [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux* John David Anglin
2013-03-11  9:25 ` Rainer Orth
2013-03-12  1:29   ` John David Anglin

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).