tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gfortran.dg / coarray / codimension_2.f90
blob45d3374e606c54902f282bd6db0cfdd2737b7c48
1 ! { dg-do link }
2 ! { dg-additional-sources "codimension_2a.f90 codimension_2b.f90" }
4 ! To be used with codimension_2a.f90
5 ! Check that the coarray declared in the module is accessible
6 ! by doing a link test
8 ! Contributed by Alessandro Fanfarillo.
10 module global_coarrays
11 implicit none
12 integer,parameter :: n=10
13 integer :: b(10)[*]
14 end module global_coarrays