This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Remove xfail for hppa*-*-hpux* from gcc.dg/torture/pr52402.c


Test no longer fails on trunk.  Committed to trunk.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

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*.

Index: gcc.dg/torture/pr52402.c
===================================================================
--- gcc.dg/torture/pr52402.c	(revision 194025)
+++ gcc.dg/torture/pr52402.c	(working copy)
@@ -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));


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]