From: Hans-Peter Nilsson Date: Mon, 27 Jul 2020 01:39:16 +0000 (+0200) Subject: gcc.dg/tree-ssa/vector-4.c: Adjust for mmix. X-Git-Tag: upstream/12.2.0~14618 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3772283350336ad3dc7d36ffc475931ae47ba02;p=platform%2Fupstream%2Fgcc.git gcc.dg/tree-ssa/vector-4.c: Adjust for mmix. Again, the variables are "privatized" using ASM_PN_FORMAT for MMIX (but apparently not for other targets) and the line to match looks like: D.1427 = VEC_PERM_EXPR ; gcc/testsuite: * gcc.dg/tree-ssa/vector-4.c: Adjust for mmix. --- diff --git a/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c b/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c index 17c56e9..00ddd29 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c @@ -11,5 +11,6 @@ v4si vs (v4si a, v4si b) /* The compound literal should be placed directly in the vec_perm. */ /* Test is xfailed on 32-bit hppa*-*-* because target-callee-copies. */ -/* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR ;" 1 "gimple" { xfail { hppa*-*-* && { ! lp64 } } } } } */ +/* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR ;" 1 "gimple" { target { ! mmix-knuth-mmixware } xfail { hppa*-*-* && { ! lp64 } } } } } */ +/* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR ;" 1 "gimple" { target mmix-knuth-mmixware } } } */