This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch statement function typing error
ClosedPublic

Authored by klausler on Jan 27 2023, 9:22 AM.

Details

Summary

Emit an error message when the right-hand side expression of a statement function
definition cannot be converted to the type of the statement function.

Diff Detail

Event Timeline

klausler created this revision.Jan 27 2023, 9:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 9:22 AM
klausler requested review of this revision.Jan 27 2023, 9:22 AM
jeanPerier accepted this revision.Feb 1 2023, 12:34 AM
This revision is now accepted and ready to land.Feb 1 2023, 12:34 AM
This revision was automatically updated to reflect the committed changes.