diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/vect-vfa-02.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect-vfa-02.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect-vfa-02.c b/gcc/testsuite/gcc.dg/vect/vect-vfa-02.c index 80d85a785c6..13ab54a98ee 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-vfa-02.c +++ b/gcc/testsuite/gcc.dg/vect/vect-vfa-02.c @@ -10,7 +10,7 @@ int X[N] = {10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25}; int Y[N] = {}; int Z[N] = {}; -void +__attribute__ ((noinline)) void foo (int *in, int *out1, int *out2) { int i; |