You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the definitions of dummy arguments to make the behavior of procedures
more predictable and transparent, helping avoid common issues related to
incorrect assumptions about data type, flow, or structure.
Checks
PWR008:
Declare the intent for each procedure argument.
PWR070:
Declare array dummy arguments as assumed-shape arrays.
Planned: Add a contiguous attribute to applicable assumed-shape arrays.