diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-vfa-vect-45.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/vect/no-vfa-vect-45.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-45.c b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-45.c index 8a998564319..38328c1fd05 100644 --- a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-45.c +++ b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-45.c @@ -5,6 +5,7 @@ #define N 256 +__attribute__ ((noinline)) void bar (const float *pa, const float *pb, const float *pc) { int i; @@ -27,7 +28,7 @@ void bar (const float *pa, const float *pb, const float *pc) vect-44.c is similar to this one with one difference: Aliasing is not a problem. */ -int +__attribute__ ((noinline)) int main1 (float *pa, float *pb, float *pc) { int i; |