[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#339306: marked as done (gfortran: internal compiler error on "use" directive)



Your message dated Sun, 19 Mar 2006 14:26:50 +0100
with message-id <17437.23578.306560.388485@gargle.gargle.HOWL>
and subject line gfortran: internal compiler error on "use" directive
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---

Package:gfortran-4.1
Version: 4.1-0exp0

gfortran compiler fails on the attached file (because of line 4, the "use" directive). The gfortran-4.0 suffers from the same problem

$ gfortran-4.1 -v -c c.f90
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,fortran,objc,obj-c++,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre --enable-mpfr --disable-werror --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.0 20051112 (experimental)
/usr/lib/gcc/i486-linux-gnu/4.1.0/f951 c.f90 -quiet -dumpbase c.f90 -mtune=i686 -auxbase c -version -o /tmp/ccH72rma.s
GNU F95 version 4.1.0 20051112 (experimental) (i486-linux-gnu)
        compiled by GNU C version 4.1.0 20051112 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
c.f90:0: internal compiler error: Segmentation fault


Please find attached the required files

--Pascal


MODULE CORPS_DU_PROGRAMME
 
  USE namelistage
  use courant, ONLY:calcul_de_courant
  
  IMPLICIT NONE
 CONTAINS
END MODULE CORPS_DU_PROGRAMME

Attachment: courant.mod
Description: audio/mod

Attachment: namelistage.mod
Description: audio/mod


--- End Message ---
--- Begin Message ---
Version: 4.1.0-0

$ gfortran-4.1 -c c.f90
Fatal Error: Reading module namelistage at line 5 column 57: Expected left parenthesis


--- End Message ---

Reply to: