aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c')
-rw-r--r--gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c b/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c
index 113f0dd1ce7..52677f30053 100644
--- a/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c
+++ b/gcc/testsuite/gcc.dg/cilk-plus/pragma_simd_tests/compile/cond_vlength.c
@@ -7,7 +7,7 @@ int main ()
float a[256];
// The line below should be OK!
- #pragma simd vectorlength(sizeof (a) == sizeof (float) ? 8 : 4)
+ #pragma simd vectorlength(sizeof (a) == sizeof (float) ? 4 : 8)
for (i = 0; i < 256; i++)
{
a[i] = i;