diff mbox

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

Message ID 20121201202126.GA17624@hiauly1.hia.nrc.ca
State New
Headers show

Commit Message

John David Anglin Dec. 1, 2012, 8:21 p.m. UTC
Test no longer fails on trunk.  Committed to trunk.

Dave
diff mbox

Patch

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