2 ! { dg-require-effective-target vect_float }
3 ! { dg-additional-options "-O3 -fopt-info-vec-optimized" }
5 subroutine test(n
, a
, b
, c
)
7 real, contiguous
, pointer :: a(:), b(:), c(:)
9 do concurrent (i
= 1:n
)
14 ! { dg-message "loop vectorized" "" { target *-*-* } 0 }
15 ! { dg-bogus " version\[^\n\r]* alias" "" { target *-*-* } 0 }
16 ! { dg-final { cleanup-tree-dump "vect" } }