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

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #2 from kargl at gcc dot gnu.org ---
Reduced testcase with whitespace and easy on the eyes lowercase font.

subroutine lfidiff

   implicit none

   contains 

      subroutine grlfi(cdnom)

         character(len=*) cdnom(:)
         character(len=len(cdnom)) clnoma

         call lficas(clnoma)

      end subroutine grlfi

end subroutine lfidiff

Reply via email to