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]

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


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


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