| Submitter | John David Anglin |
|---|---|
| Date | March 11, 2013, 1:22 a.m. |
| Message ID | <BLU0-SMTP83FA82C406C7EEDEAF1EC897E10@phx.gbl> |
| Download | mbox | patch |
| Permalink | /patch/226479/ |
| State | New |
| Headers | show |
Comments
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" } } */