https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93461

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-01-28
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Just for the record, the code started to be accepted with
r6-1958-g4668d6f9c00d4767, before that it was rejected with:

pr93461.f90:4:5:

      module subroutine aShortName()
     1
Error: Unclassifiable statement at (1)
pr93461.f90:5:8:

      end subroutine aShortName
        1
Error: Expecting END INTERFACE statement at (1)
pr93461.f90:10:0:

 submodule (aModuleWithAnAllowedName)
aSubmoduleWithAVeryVeryVeryLongButEntirelyLegalName
1
Error: Unclassifiable statement at (1)
pr93461.f90:25:3:

 end submodule aSubmoduleWithAVeryVeryVeryLongButEntirelyLegalName
   1
Error: Expecting END PROGRAM statement at (1)
f951: Error: Unexpected end of file in ‘pr93461.f90’
re PR preprocessor/53690 ([C++11] \u0000 and \U00000000 are wrongly encoded as
U+0001.)

Reply via email to