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
[flang] Add a TODO for calls to procedures declared in outer scopes
When an internal procedure calls a dummy procedure which is declared in
an outer scope, we raise an assertion. This change simply changes that
assertion to a "TODO" so that users will know that this is not yet
implemented rather than an internal error.
An example program can be seen in issue #1186.
0 commit comments