[Bug testsuite/54119] FAIL: gcc.dg/tree-ssa/vector-4.c scan-tree-dump-times gimple "VEC_PERM_EXPR <a, b, { 0, 4, 1, 5 }>;" 1
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 11 10:12:00 GMT 2013
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 ...
More information about the Gcc-bugs
mailing list