nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / block_10.f90
blob0751f797ebf776e2430fd9175704d75ab9a9a35a
1 ! { dg-do compile }
3 ! PR fortran/51605
6 contains
7 subroutine foo
8 BLOCK_NAME: block
9 end block BLOCK_NAME
10 end subroutine foo
12 subroutine BLOCK_NAME()
13 end subroutine BLOCK_NAME
15 subroutine bar()
16 end subroutine bar
17 end
19 subroutine test()
20 contains
21 subroutine BLOCK_NAME()
22 end subroutine BLOCK_NAME
24 subroutine foobar()
25 end subroutine foobar
27 subroutine foo
28 BLOCK_NAME: block
29 end block BLOCK_NAME
30 end subroutine foo
32 subroutine bar()
33 end subroutine bar
34 end