Skip to content

[Flang] Add a warning message for the CONVERT= specifier appear on an OPEN statement for a formatted file. #94236

@DanielCChen

Description

@DanielCChen

The CONVERT= specifier is not supported on an OPEN statement for a formatted file.
Flang is currently silence about it.
Add a warning message for the following case.

open(unit=3, form='formatted', convert='LITTLE_ENDIAN')

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions