From 4a672a26e12cea9d1b34470039bde522f50357df Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 10 Mar 2012 22:49:51 +0000 Subject: [PATCH] re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above) PR target/52450 * gcc.dg/torture/pr52402.c: Skip execution on 32-bit hppa*-*-hpux*. From-SVN: r185184 --- gcc/testsuite/ChangeLog | 3 +++ gcc/testsuite/gcc.dg/torture/pr52402.c | 1 + 2 files changed, 4 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 33d2296c5adb..02342173db1b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2012-03-10 John David Anglin + 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 diff --git a/gcc/testsuite/gcc.dg/torture/pr52402.c b/gcc/testsuite/gcc.dg/torture/pr52402.c index ba7c5ae24c59..ad54d2aae257 100644 --- a/gcc/testsuite/gcc.dg/torture/pr52402.c +++ b/gcc/testsuite/gcc.dg/torture/pr52402.c @@ -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)); -- 2.47.2