diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-vfa-vect-102a.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/no-vfa-vect-102a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102a.c b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102a.c index 35023fc65dc..56ea53d8833 100644 --- a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102a.c +++ b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102a.c @@ -16,6 +16,7 @@ static int a[N] = {1,2,3,4,5,6,7,8,9}; static int b[N] = {2,3,4,5,6,7,8,9,9}; volatile int foo; +__attribute__ ((noinline)) int main1 (int x, int y) { int i; struct extraction *p; |