IntelĀ® Fortran Compiler 18.0 Developer Guide and Reference

ATTRIBUTES IGNORE_LOC

The ATTRIBUTES directive option IGNORE_LOC enables %LOC to be stripped from an argument.

!DIR$ ATTRIBUTES IGNORE_LOC :: arg

arg

Is the name of an argument.

IGNORE_LOC is only valid if ATTRIBUTES REFERENCE is also specified; otherwise, it has no effect.

See Also