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/17535] [4.0 Regression] gfortran with module procedures


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-07 14:04 -------
Small testcase from PR 17878:
module FOO
  interface BAR

    subroutine BAR1(X)
      integer :: X
    end subroutine

    subroutine BAR2(X)
      real :: X
    end subroutine

  end interface
end module

subroutine BAZ(X)
  use FOO
end subroutine

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Regression in gfortran with |[4.0 Regression] gfortran
                   |module procedures           |with module procedures
   Target Milestone|---                         |4.0.0


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


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