Has anyone ever encountered the problem as I cannot identify what the problem might be.
f951: internal compiler error: in read_module, at fortran/module.c:4940 Here are more details about the compiler output. I am using a development version of gfortran 5.0. Tne problem seems to be related to some problem with using modules.
/home/gcc-5-20150201/bin/gfortran -o build/libbehi /meid/meidvectors.o -c -ffree-form -g -J./build/lib -fdiagnostics-color -Wall libbehi/meid/meidvectors.f /home/gcc-5-20150201/bin/gfortran -o build/libviki/wavgenr /wave_sigint.o -c -ffree-form -g -J./build/lib -fdiagnostics-color -Wall libviki/wavgenr/wave_sigint.f f951: internal compiler error: in read_module, at fortran/module.c:4940 0x66090b read_module ../../gcc-5-20150201/gcc/fortran/module.c:4940 0x66090b gfc_use_module ../../gcc-5-20150201/gcc/fortran/module.c:6768 0x661eb6 gfc_use_modules() ../../gcc-5-20150201/gcc/fortran/module.c:6892 0x66c599 use_modules ../../gcc-5-20150201/gcc/fortran/parse.c:116 0x66f944 decode_statement ../../gcc-5-20150201/gcc/fortran/parse.c:332 0x6713d0 next_free ../../gcc-5-20150201/gcc/fortran/parse.c:1049 0x6713d0 next_statement ../../gcc-5-20150201/gcc/fortran/parse.c:1283 0x671f4c parse_spec ../../gcc-5-20150201/gcc/fortran/parse.c:3296 0x675964 parse_module ../../gcc-5-20150201/gcc/fortran/parse.c:5151 0x675964 gfc_parse_file() ../../gcc-5-20150201/gcc/fortran/parse.c:5457 0x6b59d5 gfc_be_parse_file ../../gcc-5-20150201/gcc/fortran/f95-lang.c:228 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions. scons: *** [build/libviki/wavgenr/wave_sigint.o] Error 1 scons: building terminated because of errors.