RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr93461.f90
blob3bef326172fb401f9789bf8e9787d5135f8da9b2
1 ! { dg-do compile }
2 ! PR fortran/93461
3 module aModuleWithAnAllowedName
4 interface
5 module subroutine aShortName()
6 end subroutine aShortName
7 end interface
8 end module aModuleWithAnAllowedName
10 submodule (aModuleWithAnAllowedName) aSubmoduleWithAVeryVeryVeryLongButEntirelyLegalName
11 contains
12 subroutine aShortName()
13 call aSubroutineWithAVeryLongNameThatWillCauseAProblem()
14 call aSubroutineWithAVeryLongNameThatWillCauseAProblemAlso()
15 end subroutine aShortName
17 subroutine aSubroutineWithAVeryLongNameThatWillCauseAProblem()
18 end subroutine aSubroutineWithAVeryLongNameThatWillCauseAProblem
20 subroutine aSubroutineWithAVeryLongNameThatWillCauseAProblemAlso()
21 end subroutine aSubroutineWithAVeryLongNameThatWillCauseAProblemAlso
22 end submodule aSubmoduleWithAVeryVeryVeryLongButEntirelyLegalName