aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr103506_1.f90
blob: 3f57809e0999581c5bb4ea46f7836e5fafa4d58e (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! PR103506 ICE in gfc_free_namespace. ice-on-invalid
! Test case from the PR.
module m ! { dg-error "is already being used as a MODULE" }
stop ! { dg-error "Unexpected STOP statement in MODULE" }
end
program p
call m ! { dg-error "is already being used as a MODULE" }
end