------- Comment #1 from burnus at gcc dot gnu dot org  2010-07-26 21:03 -------
Looking at the reduced test case for gas_dyn.f90, it looks like a duplicate of
PR 44945:

module ints
   INTERFACE
      SUBROUTINE NOZZLE()
      END SUBROUTINE NOZZLE
   END INTERFACE
end module ints

      SUBROUTINE NOZZLE()
      END SUBROUTINE NOZZLE
      program CORTESA 
      USE INTS
      CALL NOZZLE ()
      END program CORTESA


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |44945


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

Reply via email to