One of my program crashes the compiler with message
*** Error 163: Internal compiler error
when I start from CMD with
ftn95 name.f90 /check /checkmate /full_debug
Erwin
Welcome to our forums
One of my program crashes the compiler with message
*** Error 163: Internal compiler error
when I start from CMD with
ftn95 name.f90 /check /checkmate /full_debug
Erwin
We would need a sample program in order to trace the bug.
Hi Paul,
I have the file prepared, however it's too long for a personal message. How shall I send it?
Erwin
OPTIONS(NOOPTIMISE) was having the opposite effect and OPTIONS(OPTIMISE) with /UNDEF was causing an internal compiler error.
Both of these bugs have been fixed for the next release.