[Bug fortran/17535] [4.0 Regression] gfortran with module procedures
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 7 14:14:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list