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

Bug#339306: gfortran: internal compiler error on "use" directive




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


Reply to: