Issue 131911
Summary [flang] Missing diagnostic on incorrect KIND value of intrinsic `ACHAR`
Labels flang:frontend
Assignees
Reporter DanielCChen
    Consider the following case:
```
           integer :: k1

           k1 = kind(achar(88, 2))

END
```

2 is not a correct KIND value.
All ifort, gfortran and XLF issue an error message
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to