Skip to content

[flang] Missing runtime error diagnostic when deallocate an unallocated object #139624

Open
@DanielCChen

Description

@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?

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions