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: r185239
This commit is contained in:
John David Anglin 2012-03-12 15:33:32 +00:00 committed by John David Anglin
parent 4f5a8a6a11
commit aeca44fe83
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2012-03-12 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-10 Tobias Burnus <burnus@net-b.de>

View 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));