-
- Downloads
Fortran: Fix module dependency scanning with upper-case SUBMODULE
The lexical token expression added by commit v3.7.0-rc1~73^2~1 (Fortran: Add support for submodule syntax in dependency scanning, 2016-09-05) has a typo and does not match upper-case `B` in `SUBMODULE`. Fix it. Fixes: #18595
Showing
- Source/LexerParser/cmFortranLexer.cxx 113 additions, 113 deletionsSource/LexerParser/cmFortranLexer.cxx
- Source/LexerParser/cmFortranLexer.in.l 1 addition, 1 deletionSource/LexerParser/cmFortranLexer.in.l
- Tests/FortranModules/Submodules/child.f90 3 additions, 3 deletionsTests/FortranModules/Submodules/child.f90
Loading
Please register or sign in to comment