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
Handle intrinsics declared but not used in host subprogram.
When we reach the CONTAINS of a host subprogram, if there are intrinsic
symbols that have been declared by not otherwise used, they must be treated
as normal identifiers. This ensures that internal subprograms are
consistent in how they treat them.
0 commit comments