diff mbox

[committed] Skip gcc.dg/torture/pr52402.c execution on 32-bit hppa*-*-hpux*

Message ID 20120310225345.GA5626@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin March 10, 2012, 10:53 p.m. UTC
Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.  Committed to trunk.

Ok for 4.7?

Dave

Comments

Richard Biener March 12, 2012, 12:01 p.m. UTC | #1
On Sat, Mar 10, 2012 at 11:53 PM, John David Anglin
<dave@hiauly1.hia.nrc.ca> wrote:
> Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.  Committed to trunk.
>
> Ok for 4.7?

Ok.

Thanks,
Richard.

> Dave
> --
> J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
> National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)
>
> 2012-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
>
>        PR target/52450
>        * gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.
>
> Index: gcc.dg/torture/pr52402.c
> ===================================================================
> --- gcc.dg/torture/pr52402.c    (revision 185121)
> +++ gcc.dg/torture/pr52402.c    (working copy)
> @@ -1,6 +1,7 @@
>  /* { dg-do run } */
>  /* { dg-options "-w -Wno-psabi" } */
>  /* { dg-require-effective-target int32plus } */
> +/* { dg-xfail-run-if "pr52450" { { hppa*-*-hpux* } && { ! lp64 } } } */
>
>  typedef int v4si __attribute__((vector_size(16)));
>  struct T { v4si i[2]; int j; } __attribute__((packed));
diff mbox

Patch

Index: gcc.dg/torture/pr52402.c
===================================================================
--- gcc.dg/torture/pr52402.c	(revision 185121)
+++ gcc.dg/torture/pr52402.c	(working copy)
@@ -1,6 +1,7 @@ 
 /* { dg-do run } */
 /* { dg-options "-w -Wno-psabi" } */
 /* { dg-require-effective-target int32plus } */
+/* { dg-xfail-run-if "pr52450" { { hppa*-*-hpux* } && { ! lp64 } } } */
 
 typedef int v4si __attribute__((vector_size(16)));
 struct T { v4si i[2]; int j; } __attribute__((packed));