flang-compiler / f18-llvm-project

Fork of llvm/llvm-project for f18. In sync with f18-mlir and f18.
http://llvm.org
28 stars 16 forks source link

Handle boxed characters that are values when doing a conversion. #1555

Closed schweitzpgi closed 2 years ago

schweitzpgi commented 2 years ago

Character conversion requires memory storage as it operates on a sequence of code points.

Add test.