http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54119
--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-11 10:12:36 UTC --- (In reply to comment #5) > Fixed. -/* { 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 } } } } } */ I wonder if we should have a more descriptive target specifier, like 'target-callee-copies' instead ...