We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Consider the following code:
integer, allocatable :: a deallocate(a) end
Flang executes it without error. Is the omission of the runtime diagnostic intentional or under an option?