llvm-project
10b0a07e - [flang] Fold KIND= arguments in intrinsic function references (#124666)

Commit
1 year ago
[flang] Fold KIND= arguments in intrinsic function references (#124666) 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 https://github.com/llvm/llvm-project/issues/124618.
Author
Parents
Loading