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

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


in my program I have the following instruction: 
 
  use class_Grille 
 
the class_Grille is in the file class_Grille.mod. 
 
When trying to compile, I get this error: 
"Fatal Error: Can't open module file 'class_grille.mod' for reading at (1): No 
such file or directory" 
 
The problem doesn't occur if the module file is renamed to class_grille.mod. 
 
 
Tested on linux.

-- 
           Summary: Can't open module file (case not taken into account)
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nicolas dot girard at nerim dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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