diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1344052adba..7648b9573ad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-12-01 John David Anglin + + PR middle-end/52450 + * gcc.dg/torture/pr52402.c: Remove xfail for hppa*-*-hpux*. + 2012-12-01 Zdenek Sojka PR debug/53860 diff --git a/gcc/testsuite/gcc.dg/torture/pr52402.c b/gcc/testsuite/gcc.dg/torture/pr52402.c index ad54d2aae25..ba7c5ae24c5 100644 --- a/gcc/testsuite/gcc.dg/torture/pr52402.c +++ b/gcc/testsuite/gcc.dg/torture/pr52402.c @@ -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));