re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 1 Dec 2012 20:17:13 +0000 (20:17 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 1 Dec 2012 20:17:13 +0000 (20:17 +0000)
PR middle-end/52450
* gcc.dg/torture/pr52402.c: Remove xfail for hppa*-*-hpux*.

From-SVN: r194026

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr52402.c

index 1344052..7648b95 100644 (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
index ad54d2a..ba7c5ae 100644 (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));