We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.