re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above)

PR middle-end/52450
	* gcc.dg/torture/pr52402.c: Remove xfail for hppa*-*-hpux*.

From-SVN: r194026
This commit is contained in:
John David Anglin 2012-12-01 20:17:13 +00:00 committed by John David Anglin
parent c88fe5d238
commit 47b1457a46
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-12-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/52450
* gcc.dg/torture/pr52402.c: Remove xfail for hppa*-*-hpux*.
2012-12-01 Zdenek Sojka <zsojka@seznam.cz>
PR debug/53860

View File

@ -1,7 +1,6 @@
/* { 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));