summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/vect-52.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/vect-52.c')
-rw-r--r--gcc/testsuite/gcc.dg/vect/vect-52.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect-52.c b/gcc/testsuite/gcc.dg/vect/vect-52.c
index bddbc837965..207e7007c41 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-52.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-52.c
@@ -15,7 +15,7 @@
vect-53.c is similar to this one with one difference:
aliasing is a problem. */
-int
+__attribute__ ((noinline)) int
main1 (int n, float *pb, float *pc)
{
float pa[N] __attribute__ ((__aligned__(16)));