This is an archive of the discontinued LLVM Phabricator instance.

[flang] Emit portability warning for assigned FORMAT use
ClosedPublic

Authored by klausler on Dec 1 2022, 2:08 PM.

Details

Summary

Emit a portability warning about usage of a deprecated feature
when an I/O data transfer statement uses a scalar integer
variable as an assigned format.

Diff Detail

Event Timeline

klausler created this revision.Dec 1 2022, 2:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 2:08 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Dec 1 2022, 2:08 PM
vdonaldson accepted this revision.Dec 1 2022, 3:07 PM
This revision is now accepted and ready to land.Dec 1 2022, 3:07 PM
This revision was automatically updated to reflect the committed changes.