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

user defined type and gen-interfaces option

oren_peles
Beginner
453 Views

Hi ,

I am trying to use gen-interface sources command line for ifort compiler, in order to verify that the argument lists in the calling to subroutines match the argument list in the subroutines. Generally it works ok but it also gives me an error:

The type of the actual argument differs from the type of the dummy argument
When I am passing user defined type between subroutines. (real and integers arguments passed ok). 

What can I do about it?

Thanks,

Oren

0 Kudos
1 Reply
Steven_L_Intel1
Employee
453 Views
We'd need to see example source. Generally, this warning is valid and indicates an error in your code, but there's always the possibility of a compiler bug.
0 Kudos
Reply