Hi,
the attached example triggers an Internal Compiler Error with ifort 15.0.0. on openSUSE 13.1. It contains the following files:
- ice/hskinds.f90
- ice/hsorbit.f90
- ice/hsdata.f90
- Makefile
To compile, run
make clean && make
The Makefile sets the O2 option. The example compiles if that option is replaced with O1 or O3. There are also a few comments in the hsdata.f90 that shows where the issues are located.
Please let me know if you need additional information.
Øystein