3 ! PR 35381: [F95] Shape mismatch check missing for dummy procedure argument
5 ! Contributed by Janus Weil <janus@gcc.gnu.org>
13 ! constant array bounds
27 ! non-constant array bounds
36 integer :: a(1:b
,2:b
+1)
41 integer :: a(1:b
,1:b
+1)
53 call foo(s3
) ! { dg-error "Shape mismatch in dimension" }
57 call bar(t3
) ! { dg-error "Shape mismatch in dimension" }