This is a callee copy issue.
Committed to trunk. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-
hpux11.11.
Dave
--
John David Anglin dave.ang...@bell.net
2013-03-10 John David Anglin <dave.ang...@nrc-cnrc.gc.ca>
PR testsuite/54119
* gcc.dg/tree-ssa/vector-4.c: xfail on 32-bit hppa*-*-*.
Index: gcc.dg/tree-ssa/vector-4.c
===================================================================
--- gcc.dg/tree-ssa/vector-4.c (revision 196546)
+++ gcc.dg/tree-ssa/vector-4.c (working copy)
@@ -9,6 +9,6 @@
}
/* 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" } } */