[Bug fortran/21148] Can't open module file (case not taken into account)

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 21 17:41:00 GMT 2005


------- Additional Comments From kargl at gcc dot gnu dot org  2005-04-21 17:41 -------
I can't reproduce this problem.  How did you produce the 
file class_Grille.mod?   With my simply test program:

  module class_Grille
  integer i
  end module class_Grille

  program b
  use class_Grille
  i = 0
  print *, i
  end program b

gfortran produces a file named: class_grille.mod.


-- 


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



More information about the Gcc-bugs mailing list