public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/38248]  New: Fatal Error: Reading module mmm: Expected left parenthesis
@ 2008-11-24 15:20 jan dot kratochvil at redhat dot com
  2008-11-24 15:38 ` [Bug fortran/38248] " mikael at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2008-11-24 15:20 UTC (permalink / raw)
  To: gcc-bugs

Minimal testcase to `use' some module cannot be compiled.
Compilation works fine on Fedora gcc-gfortran-4.3.2-7.x86_64.

GNU Fortran (GCC) version 4.4.0 20081124 (experimental)
(x86_64-unknown-linux-gnu)
        compiled by GNU C version 4.4.0 20081124 (experimental), GMP version
4.2.2, MPFR version 2.3.2.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096

$ gcc-build/gcc/f951 -o gccmod.s gccmod.f90 -Wall -ggdb2
 initFatal Error: Reading module mmm at line 16 column 65: Expected left
parenthesis

$ cat gccmod.f90
module mmm
contains
 subroutine init
 end subroutine init
end module mmm

program main
 use mmm
end program main
$ _
(In fact no `module mmm' part needs to be present there.)


-- 
           Summary: Fatal Error: Reading module mmm: Expected left
                    parenthesis
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jan dot kratochvil at redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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


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

end of thread, other threads:[~2008-12-09 21:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-24 15:20 [Bug fortran/38248] New: Fatal Error: Reading module mmm: Expected left parenthesis jan dot kratochvil at redhat dot com
2008-11-24 15:38 ` [Bug fortran/38248] " mikael at gcc dot gnu dot org
2008-11-24 16:21 ` burnus at gcc dot gnu dot org
2008-11-24 16:36 ` [Bug fortran/38248] Ignored temporary module files manipulation errors jan dot kratochvil at redhat dot com
2008-11-24 16:41 ` jan dot kratochvil at redhat dot com
2008-11-25 12:54 ` burnus at gcc dot gnu dot org
2008-12-08 23:05 ` mikael at gcc dot gnu dot org
2008-12-09 21:40 ` dfranke at gcc dot gnu dot org

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