Hi,
I have attached two files. They contain basically the same code. array_pdt2.f90 compiles, array_pdt.f90 fails with:
$ifort array_pdt.f90
fit_lookup: Line_seq_number (nil) was not found
array_pdt.f90: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
compilation aborted for array_pdt.f90 (code 1)
array_pdt.f90 have the same parameterized dervied types as array_pdt2.f90, but they have now be placed in different modules. array_pdt.f90 compiles if I comment out certain lines, which are described in the code. This is with ifort version 15.0.2 on openSUSE 13.2.
Best regards,
Øystein