tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gfortran.dg / gomp / declare-simd-coarray-lib.f90
blob1f74da76ffe3f45b85e7f89534b7bf2ab923b4ff
1 ! { dg-additional-options "-fcoarray=lib" }
3 ! PR fortran/93660
5 ! Failed as TREE_TYPE(fndecl) did not include the
6 ! hidden caf_token/caf_offset arguments.
8 integer function f(x)
9 integer :: x[*]
10 !$omp declare simd
11 f = x[1]
12 end