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

2005-05-06 Thread nicolas dot girard at nerim dot net

--- Additional Comments From nicolas dot girard at nerim dot net  
2005-05-06 22:29 ---
Please ignore this report. At the time of writing it, I didn't know much 
about .mod and .o files 
Sorry for the trouble. 
 

-- 
   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||INVALID


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


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

2005-04-22 Thread tobi at gcc dot gnu dot org

--- Additional Comments From tobi at gcc dot gnu dot org  2005-04-22 13:17 
---
It's only implicit in your bug report so I'll ask: are you saying that your
module's file name contains a capital letter?  I highly doubt that this is 
possible.

Or, can you please provide more detail if the problem is something else.

-- 
   What|Removed |Added

 CC||tobi at gcc dot gnu dot org
 Status|UNCONFIRMED |WAITING


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


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

2005-04-21 Thread kargl at gcc dot gnu dot org

--- 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