public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/21148] New: Can't open module file (case not taken into account)
@ 2005-04-21 12:56 nicolas dot girard at nerim dot net
  2005-04-21 17:41 ` [Bug fortran/21148] " kargl at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: nicolas dot girard at nerim dot net @ 2005-04-21 12:56 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/21148] Can't open module file (case not taken into account)
  2005-04-21 12:56 [Bug fortran/21148] New: Can't open module file (case not taken into account) nicolas dot girard at nerim dot net
@ 2005-04-21 17:41 ` kargl at gcc dot gnu dot org
  2005-04-22 13:17 ` tobi at gcc dot gnu dot org
  2005-05-06 22:29 ` nicolas dot girard at nerim dot net
  2 siblings, 0 replies; 4+ messages in thread
From: kargl at gcc dot gnu dot org @ 2005-04-21 17:41 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/21148] Can't open module file (case not taken into account)
  2005-04-21 12:56 [Bug fortran/21148] New: Can't open module file (case not taken into account) nicolas dot girard at nerim dot net
  2005-04-21 17:41 ` [Bug fortran/21148] " kargl at gcc dot gnu dot org
@ 2005-04-22 13:17 ` tobi at gcc dot gnu dot org
  2005-05-06 22:29 ` nicolas dot girard at nerim dot net
  2 siblings, 0 replies; 4+ messages in thread
From: tobi at gcc dot gnu dot org @ 2005-04-22 13:17 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/21148] Can't open module file (case not taken into account)
  2005-04-21 12:56 [Bug fortran/21148] New: Can't open module file (case not taken into account) nicolas dot girard at nerim dot net
  2005-04-21 17:41 ` [Bug fortran/21148] " kargl at gcc dot gnu dot org
  2005-04-22 13:17 ` tobi at gcc dot gnu dot org
@ 2005-05-06 22:29 ` nicolas dot girard at nerim dot net
  2 siblings, 0 replies; 4+ messages in thread
From: nicolas dot girard at nerim dot net @ 2005-05-06 22:29 UTC (permalink / raw)
  To: gcc-bugs


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-06 22:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 12:56 [Bug fortran/21148] New: Can't open module file (case not taken into account) nicolas dot girard at nerim dot net
2005-04-21 17:41 ` [Bug fortran/21148] " kargl at gcc dot gnu dot org
2005-04-22 13:17 ` tobi at gcc dot gnu dot org
2005-05-06 22:29 ` nicolas dot girard at nerim dot net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).