]> gcc.gnu.org Git - gcc.git/commitdiff
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 1344052adba3cb10b41985a62acd9e75a9f3c840..7648b9573ad56cc71117cca521b8b99eb5a495c2 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 ad54d2aae257d5aa61b8a1888b977c153bf72332..ba7c5ae24c59e1b47acc24211f221e1d54e5d4fe 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));
This page took 0.081542 seconds and 5 git commands to generate.