Bug 714233 - gfortran internal compiler error
Summary: gfortran internal compiler error
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-17 16:41 UTC by Ronald L Humble
Modified: 2011-08-04 10:52 UTC (History)
1 user (show)

Fixed In Version: gcc-gfortran-4.6.1-3.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-04 10:52:37 UTC
Type: ---


Attachments (Terms of Use)
smolt profile (3.89 KB, application/octet-stream)
2011-06-17 16:41 UTC, Ronald L Humble
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNU Compiler Collection 49690 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.