Issue 139624
Summary [flang] Missing runtime error diagnostic when deallocate an unallocated object
Labels flang:runtime
Assignees
Reporter DanielCChen
    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? 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to