Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[flang] Missing diagnostic on deferred length parameter being used in type-spec of an ALLOCATE statement #138979

Copy link
Copy link
@DanielCChen

Description

@DanielCChen
Issue body actions

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.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.