Hi all,
I am experiencing a weird issue when compiling my code with ifort version 16.0.1.
I receive a catastrophic compiler error (catastrophic error: **Internal compiler error: segmentation violation signal raised...) when trying to compile a module that defines a type that is extended from an abstract type hosted in another module. Unfortunately I am working on a big code so I cannot post the whole source to reproduce the error, nor I am able reproduce the error in a minimal example. Notice that Gfortran is able to compile without any problem.
I am aware that the info I gave are not sufficient to diagnose the issue, but I would appreciate any tips to debug the problem nonetheless.
Also, is there any compiler flag that allows for the logging of the compilation process? That would be really useful to pin point where the failure occurs.