aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2020-11-17 11:12:49 +0000
committerRichard Sandiford <richard.sandiford@arm.com>2020-11-17 11:12:49 +0000
commite9cea0d6c83929a3f03c73060b422bdc939f6c57 (patch)
tree8b44b1a30c5268f21376583eb2bcf36ed8e0e0d0
parent903adc062f28b8d7f5ed77ee104b51bf36448a28 (diff)
downloadgcc-e9cea0d6c83929a3f03c73060b422bdc939f6c57.zip
gcc-e9cea0d6c83929a3f03c73060b422bdc939f6c57.tar.gz
gcc-e9cea0d6c83929a3f03c73060b422bdc939f6c57.tar.bz2
testsuite: Remove XFAIL for variable-length vectors
The XFAIL for variable-length vectors is no longer needed since we can't build the required constant vector and so fall back to fixed-length alternatives. gcc/testsuite/ * gcc.dg/vect/bb-slp-43.c: Remove XFAIL for vect_variable_length.
-rw-r--r--gcc/testsuite/gcc.dg/vect/bb-slp-43.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-43.c b/gcc/testsuite/gcc.dg/vect/bb-slp-43.c
index a65d951..40bd2e0 100644
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-43.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-43.c
@@ -14,4 +14,4 @@ f (int *restrict x, short *restrict y)
}
/* { dg-final { scan-tree-dump-not "mixed mask and nonmask" "slp2" } } */
-/* { dg-final { scan-tree-dump-not "vector operands from scalars" "slp2" { target { { vect_int && vect_bool_cmp } && { vect_unpack && vect_hw_misalign } } xfail vect_variable_length } } } */
+/* { dg-final { scan-tree-dump-not "vector operands from scalars" "slp2" { target { { vect_int && vect_bool_cmp } && { vect_unpack && vect_hw_misalign } } } } } */