summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c')
-rw-r--r--gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c
index 8e98e4d0ed9..f653714942a 100644
--- a/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c
+++ b/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c
@@ -12,7 +12,7 @@ float fc[N] __attribute__ ((__aligned__(16))) = {0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 7
/* Like vect-80.c but the pointers are not annotated as restricted,
and therefore can't be antialiased. */
-int
+__attribute__ ((noinline)) int
main1 (float *pa, float *pb, float *pc)
{
int i;