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]

A new bug?


The code below triggers an ICE. I searched bugzilla for external, but found 
nothing. Should I submit it to bugzilla?

> klaus@platon:~/src/F90/solar> gfortran --version
> GNU Fortran 95 (GCC) 4.1.0 20050930 (experimental)

--snip---
module ode90

contains

  subroutine odeint(rkqs)
    external :: rkqs 
  end subroutine odeint
  
  subroutine rkqs()
  end subroutine rkqs
  
end module ode90
--snap---


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