summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/vect-58.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/vect-58.c')
-rw-r--r--gcc/testsuite/gcc.dg/vect/vect-58.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/vect-58.c b/gcc/testsuite/gcc.dg/vect/vect-58.c
index 89f6de63924..94cc3efa468 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-58.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-58.c
@@ -5,6 +5,7 @@
#define N 256
+__attribute__ ((noinline))
void bar (float *pa, float *pb, float *pc)
{
int i;
@@ -25,7 +26,7 @@ void bar (float *pa, float *pb, float *pc)
vect-54.c is similar to this one with one difference:
the loop bound is known. */
-int
+__attribute__ ((noinline)) int
main1 (int n)
{
int i;