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

Internal compiler error while calling a subroutine from a CONTAINed function

John4
Valued Contributor I
544 Views

Maybe someone already reported this. I attached two files: test-character-array.f90 is the original one and contains a generic interface that includes a subroutine with VARYING_STRING arguments; that file compiles just fine. In test-character-array2.f90 the subroutine containing VARYING_STRING arguments was removed from the module, and now I get an internal compiler error.

I get internal compiler error with both version 11.0 and 11.1.

0 Kudos
1 Solution
Xiaoping_D_Intel
Employee
544 Views

The compiler 11.1.046 update containing the fix is available for download now.

View solution in original post

0 Kudos
2 Replies
Xiaoping_D_Intel
Employee
544 Views
Hi John,

Thanks for reporting the problem. I have reproduced the error and will submit a bug report on it.

- Xiaoping

0 Kudos
Xiaoping_D_Intel
Employee
545 Views

The compiler 11.1.046 update containing the fix is available for download now.
0 Kudos
Reply