2 /* { dg-require-profiling "-fprofile-generate" } */
3 /* { dg-options "-O2 -fprofile-generate -ftree-vectorize" } */
5 __attribute__ ((__simd__
))
6 __attribute__ ((__nothrow__
, __leaf__
, __const__
, __noinline__
))
9 void bar(double *f
, int n
)
12 for (i
= 0; i
< n
; i
++)