This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: I.C.E. caused SUBROUTINE argument with same name as PARAMETER


One line of code was munged in my email. The code
should be

module zz
integer, parameter :: n=2 ! causes ICE
contains
subroutine xx(n)
call yy(n)
end subroutine xx
end module zz


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