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

Allocatable dummy argument marked as non-standard in Intel documentation?

Chenfeng_B_
Beginner
208 Views

I've always thought that dummy arguments are allowed to have the allocatable attribute in standard Fortran (since 2003). I've used it several times and compiled with the -stand flag with no warnings. But in Intel documentations, this feature is written in green, meaning non-standard:
Notational Conventions
Array Arguments
FUNCTION

Is this an error in the documentation or am I missing something here?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
208 Views

We missed removing the green - I will let our documentation people know. We need to review all of the "green" text to make sure it is still applicable. Thanks for pointing this out.

0 Kudos
Reply