re PR testsuite/54119 (FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Mon, 11 Mar 2013 01:18:18 +0000 (01:18 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 11 Mar 2013 01:18:18 +0000 (01:18 +0000)
PR testsuite/54119
* gcc.dg/tree-ssa/vector-4.c: xfail on 32-bit hppa*-*-*.

From-SVN: r196592

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

index c490a71..6820e77 100644 (file)
@@ -1,5 +1,8 @@
 2013-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
+       PR testsuite/54119
+       * gcc.dg/tree-ssa/vector-4.c: xfail on 32-bit hppa*-*-*.
+
        PR debug/56307
        * gcc.dg/tree-ssa/pr55579.c: xfail 32-bit hppa*-*-hpux*.
 
index bfef25f..c2a39ca 100644 (file)
@@ -9,6 +9,6 @@ v4si vs (v4si a, v4si b)
 }
 
 /* The compound literal should be placed directly in the vec_perm.  */
-/* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1 "gimple"} } */
+/* { 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" } } */