Hide Forgot
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
Fixed in gcc-4.6.1-3.fc15 and later.