Bugzilla – Bug 134732
gfortran gets ICE and segfaults
Last modified: 2005-11-23 13:45:26 UTC
When compiling a certain fortran source file in the ncarg library (http://ngwww.ucar.edu/cgi/getsrc.cgi), gfortran has a segmentation fault. The command and result is: gfortran -O -c -o gesc.o gesc.f gesc.f: In function ‘gesc’: gesc.f:140: internal compiler error: Segmentation fault The line it fails on is: READ(IDR(1), 501) GKSCLP I'm compiling the 4.4.1 version of the ncarg library. The library compiled without any errors using the g77 compiler (version 3.3.5 20050117).
Created attachment 58078 [details] the source file mentioned in the report
Shaun, you could at least have attatched the file yourselves. It's normally not our job to download random packages from the net.
Created attachment 58097 [details] One of the needed headers
Created attachment 58098 [details] The second needed header file
Sorry, I didn't see the attachment link. I will attach a file next time.
This is fixed in stable.