Bug 714233

Summary: gfortran internal compiler error
Product: [Fedora] Fedora Reporter: Ronald L Humble <deadletterfile>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: jakub
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gcc-gfortran-4.6.1-3.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-04 10:52:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
smolt profile none

Description Ronald L Humble 2011-06-17 16:41:40 UTC
Created attachment 505310 [details]
smolt profile

Description of problem:
gfortran internal compiler error

Version-Release number of selected component (if applicable):
gcc-gfortran-4.6.0-9.fc15.i686

How reproducible:
ferret code from http://ferret.pmel.noaa.gov/Ferret/home
cd ./FERRET/fer/gnl


Steps to Reproduce:
1.cd ./FERRET/fer/gnl
rm -f ctrl_c.f
/lib/cpp -traditional -I. -I/usr/include -I../../fmt/cmn \
-I/usr/local//include/ -I../common -I../../ppl/include \
-I../../ppl/include/xgks -I../../xgks/src/lib -Ipplinc/xgks \
-I../../xgks/port  -O -fPIC -Dunix -Dgfortran -DNO_OPEN_SHARED \
-DNO_OPEN_RECORDTYPE -DNO_SNGL -DX_REFRESH -Dreclen_in_bytes \
-DNO_OPEN_READONLY -DMANDATORY_FORMAT_WIDTHS -DNO_OPEN_CARRIAGECONTROL \
-Dxgks -DSTAR_1_SUPPORTED -DFULL_GUI_VERSION -DX_REFRESH -DXT_CODE \
-DLINUX -DNO_PASSED_CONCAT -Dcrptd_cat_argument -DG77_SIGNAL -DG77 \
-DNEED_IAND -DNO_PREPEND_STRING ctrl_c.F | sed -e 's/de /de /g' | sed \
-e 's/de /de /g' > ctrl_c.f     


gfortran -I. -save-temps -I/usr/include -I../../fmt/cmn -I/usr/local//include/ \
-I../common -I../../ppl/include -I../../ppl/include/xgks \
-I../../xgks/src/lib -Ipplinc/xgks -I../../xgks/port  -O -fPIC -Dunix \
-Dgfortran -DNO_OPEN_SHARED -DNO_OPEN_RECORDTYPE -DNO_SNGL -DX_REFRESH \
-Dreclen_in_bytes -DNO_OPEN_READONLY -DMANDATORY_FORMAT_WIDTHS \
-DNO_OPEN_CARRIAGECONTROL -Dxgks -DSTAR_1_SUPPORTED -DFULL_GUI_VERSION \
-DX_REFRESH -DXT_CODE -DLINUX -DNO_PASSED_CONCAT -Dcrptd_cat_argument \
-DG77_SIGNAL -DG77 -DNEED_IAND -DNO_PREPEND_STRING -fno-automatic -c \
-DFORTRAN_90 -DusingDODSf2cUnderscore \
-fno-second-underscore -fdollar-ok -ffixed-line-length-132 -I../../ppl/tmap_inc -I../include \
-I../../fmt/cmn -I../common -I../../ppl/include -I../../fer/common \
ctrl_c.f     

2.
3.
  
Actual results:

ctrl_c.f: In function ‘set_ctrl_c’:
ctrl_c.f:118:0: internal compiler error: in gfc_typenode_for_spec, at fortran/trans-types.c:1019
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.

Expected results:


Additional info: machine is a preupgrade from Fedora 13 i386
fully up to date to my knowledge
adding --save-temps produced no *.i files in gnl directory

Comment 1 Jakub Jelinek 2011-08-04 10:52:37 UTC
Fixed in gcc-4.6.1-3.fc15 and later.