diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/vect-60.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/vect-60.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect-60.c b/gcc/testsuite/gcc.dg/vect/vect-60.c index 6fbcb941437..97e614c0652 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-60.c +++ b/gcc/testsuite/gcc.dg/vect/vect-60.c @@ -5,6 +5,7 @@ #define N 256 +__attribute__ ((noinline)) void bar (float *pa, float *pb, float *pc) { int i; @@ -29,7 +30,7 @@ void bar (float *pa, float *pb, float *pc) vect-61.c is similar to this one with two differences: aliasing is not a problem, and the write access has unknown alignment. */ -int +__attribute__ ((noinline)) int main1 (int n) { int i; |