vector-4.c: Add comment regarding xfail.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Tue, 12 Mar 2013 01:21:33 +0000 (01:21 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 12 Mar 2013 01:21:33 +0000 (01:21 +0000)
* gcc.dg/tree-ssa/vector-4.c: Add comment regarding xfail.
* gcc.dg/tree-ssa/pr55579.c: Likewise.

From-SVN: r196608

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr55579.c
gcc/testsuite/gcc.dg/tree-ssa/vector-4.c

index 7d918f826deb3873e5a609dff21947e4134ea263..578f0da29cdd9627b17cb45fd6b44f0bcafaa4f1 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/tree-ssa/vector-4.c: Add comment regarding xfail.
+       * gcc.dg/tree-ssa/pr55579.c: Likewise.
+
 2013-03-11  Dominique d'Humieres  <dominiq@lps.ens.fr>
 
        * gcc.dg/inline_3.c: Remove target and dg-excess-errors.
index 741bd41551dcc5b87c86165fbc0514e6cb7303e9..ed1d9988ed9060737abb04db218705a425f9895b 100644 (file)
@@ -11,5 +11,6 @@ foo (int x)
   return x;
 }
 
-/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" {xfail { hppa*-*-hpux* && { ! lp64 } } } } } */
+/* Test fails on 32-bit hppa*-*-hpux*.  See PR debug/56307.  */
+/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" { xfail { hppa*-*-hpux* && { ! lp64 } } } } } */
 /* { dg-final { cleanup-tree-dump "esra" } } */
index c2a39ca6751179726512ad4af94ca97fd0897eea..10aebc47b45503fc3c43f0d22c7cf277a83400d2 100644 (file)
@@ -9,6 +9,7 @@ v4si vs (v4si a, v4si b)
 }
 
 /* The compound literal should be placed directly in the vec_perm.  */
+/* Test is xfailed on 32-bit hppa*-*-* because target-callee-copies.  */
 /* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 "gimple" { xfail { hppa*-*-* && { ! lp64 } } } } } */
 
 /* { dg-final { cleanup-tree-dump "gimple" } } */