[flang-commits] [flang] [llvm] [flang] Enumeration Type: (PR 3/5) Intrinsics + I/O + Modules (PR #193235)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Fri Aug 28 08:37:16 PDT 2026
eugeneepshteyn wrote:
Also, for this case
```fortran
subroutine s(c, i)
use p06bm
type(color) :: c
integer :: i
i = int(c)
end subroutine
```
This now errors in lowering as NYI. This is probably ok for this PR, just want to make sure it's on your radar.
https://github.com/llvm/llvm-project/pull/193235
More information about the flang-commits
mailing list