aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c')
-rw-r--r--gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c
index 51f62788dbf..d9e0529e73f 100644
--- a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c
+++ b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c
@@ -28,6 +28,7 @@ int main1 (int x, int y) {
}
/* Not vectorizable: distance 1. */
+#pragma GCC unroll 0
for (i = 0; i < N - 1; i++)
{
*((int *)p + x + i + 1) = *((int *)p + x + i);