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

2012-03-12 Thread Richard Guenther
On Sat, Mar 10, 2012 at 11:53 PM, John David Anglin
d...@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.ang...@nrc-cnrc.gc.ca
 National Research Council of Canada              (613) 990-0752 (FAX: 
 952-6602)

 2012-03-10  John David Anglin  dave.ang...@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));


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

2012-03-10 Thread John David Anglin
Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.  Committed to trunk.

Ok for 4.7?

Dave
-- 
J. David Anglin  dave.ang...@nrc-cnrc.gc.ca
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)

2012-03-10  John David Anglin  dave.ang...@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));