Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28446 Discussions

oneAPI Classic Fortran fails in debug mode but not in release mode

Erik_T_1
Novice
531 Views

I have a piece of code that I compile to a dll (to be used by a windows desktop app) in Visual Studio 2022. 

It have worked flawlessly with intel parallel studio fortran compiler, but with oneAPI HPC Intel® Fortran Compiler Classic 2021.5.0 [Intel(R) 64] I get the following error in debug mode (not in release mode):

>fortcom: Fatal: There has been an internal compiler error (C0000005).

 

I don't have priority support so I can't submit a ticket for this (I don't understand why Intel would not want error reports on their products, free or not)

I have tried setting Properties > Fortran > Debugging > Information for PARAMETER Constants set to None as proposed here but to no avail.

Labels (1)
0 Kudos
1 Reply
mecej4
Honored Contributor III
498 Views

Prepare a minimum working example of the failure and report it here in sufficient detail that someone can reproduce and examine the problem.

0 Kudos
Reply