summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-19.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-scevccp-outer-19.c')
-rw-r--r--gcc/testsuite/gcc.dg/vect/no-scevccp-outer-19.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-19.c b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-19.c
index 3a5f6cd719f..f3acb4aed28 100644
--- a/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-19.c
+++ b/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-19.c
@@ -8,7 +8,7 @@
unsigned short a[N];
unsigned int b[N];
-int
+__attribute__ ((noinline)) int
foo (){
unsigned short i,j;
unsigned short sum;