Issue 142171
Summary [flang] Question about REAL_KINDS
Labels question, flang:frontend
Assignees
Reporter DanielCChen
    Consider the following code:
```
USE, INTRINSIC :: ISO_FORTRAN_ENV
IMPLICIT NONE

print*,REAL_KINDS

END
```

Flang outputs 
```
2 3 4 8
```

It seems not correct to me.
Is the output expected?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to