This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/24558] ENTRY doesn't work in module procedures



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-14 15:14 -------
A simplier example from progsf90:
      module ranlib
      CONTAINS
      LOGICAL FUNCTION qrgnin()
      LOGICAL qrgnsn
      ENTRY qrgnsn(qvalue)
      end function
      end module


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24558


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]