This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix crash on "call system_clock(count_max=j)"
ClosedPublic

Authored by klausler on Oct 28 2021, 11:09 AM.

Details

Summary

An erroneous entry in the intrinsics table causes semantics to
crash on a call to system_clock if the optional "count_max="
argument appears and "count=" does not.

Diff Detail

Event Timeline

klausler created this revision.Oct 28 2021, 11:09 AM
klausler requested review of this revision.Oct 28 2021, 11:09 AM
This revision is now accepted and ready to land.Oct 29 2021, 12:00 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2021, 10:51 AM