diff mbox

[committed] xfail gcc.dg/tree-ssa/vector-4.c on 32-bit hppa*-*-*

Message ID BLU0-SMTP83FA82C406C7EEDEAF1EC897E10@phx.gbl
State New
Headers show

Commit Message

John David Anglin March 11, 2013, 1:22 a.m. UTC
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.anglin@bell.net
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*-*-*.
diff mbox

Patch

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" } } */