Issue |
138979
|
Summary |
[flang] Missing diagnostic on deferred length parameter being used in type-spec of an ALLOCATE statement
|
Labels |
flang:frontend
|
Assignees |
|
Reporter |
DanielCChen
|
Consider the following code:
```
implicit none
character(:), allocatable :: char
allocate (character(:)::char)
end
```
Flang doesn't diagnose the incorrect usage of the type-spec that has deferred length parameters.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs