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] Fold KIND= arguments in intrinsic function references
KIND= arguments in e.g. ACHAR(..., KIND=...) intrinsic function references
must be compilation-time constant expressions. The compiler was failing
to evaluate those expressions if they were not actually literaly constant
values.
Fixes#124618.
0 commit comments