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/17878] New: Internal compiler error


This is a strange one: the compiler segfaults on one of the modules in the file,
but only if the last module is present; if the last module is commented out, it
works. In fact, this test case (sorry I couldn't make it shorter while
preserving the error) is derived from a multiple-file compilation. I am
attaching the test case separately, here is the output 
[sfilippo@euler psblas]$               gfortran -v -c trybug.f90
Reading specs from /home/local/gfortran/bin/../lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: ../gcc-4.0-20041003/configure --prefix=/usr/local/gfortran
Thread model: posix
gcc version 4.0.0 20041003 (experimental)
 /home/local/gfortran/bin/../libexec/gcc/i686-pc-linux-gnu/4.0.0/f951 trybug.f90
-quiet -dumpbase trybug.f90 -mtune=pentiumpro -auxbase trybug -version -o
/tmp/cczYs2RS.s
GNU F95 version 4.0.0 20041003 (experimental) (i686-pc-linux-gnu)
        compiled by GNU C version 4.0.0 20041003 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
trybug.f90:597: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: Internal compiler error
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sfilippone at uniroma2 dot it
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux


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


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