This is an archive of the discontinued LLVM Phabricator instance.

[flang] Extension: Accept Hollerith actual arguments as if they were BOZ
ClosedPublic

Authored by klausler on May 21 2022, 10:10 PM.

Details

Summary

When a Hollerith (or short character) literal is presented as an actual
argument that corresponds to a dummy argument for which a BOZ literal
would be acceptable, treat the Hollerith as if it had been a BOZ
literal in the same way -- and with the same code -- as f18 already
does for the similar extension in DATA statements.

Diff Detail

Event Timeline

klausler created this revision.May 21 2022, 10:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2022, 10:10 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 21 2022, 10:10 PM
vdonaldson accepted this revision.May 23 2022, 10:15 AM
This revision is now accepted and ready to land.May 23 2022, 10:15 AM