re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 10 Mar 2012 22:49:51 +0000 (22:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 10 Mar 2012 22:49:51 +0000 (22:49 +0000)
PR target/52450
* gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*.

From-SVN: r185184

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr52402.c

index 33d2296c5adb428bcbac1521659bceff4f84c497..02342173db1be2e1bce898574e48e4cd2056e997 100644 (file)
@@ -1,5 +1,8 @@
 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*.
+
        * gcc.dg/torture/pr52407.c: Add -fno-common option on hppa*-*-hpux*.
 
 2012-03-09  Andrew Pinski  <apinski@cavium.com>
index ba7c5ae24c59e1b47acc24211f221e1d54e5d4fe..ad54d2aae257d5aa61b8a1888b977c153bf72332 100644 (file)
@@ -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));