This is an archive of the discontinued LLVM Phabricator instance.

[flang] Update intrinsic module source files
ClosedPublic

Authored by vdonaldson on May 25 2022, 4:30 PM.

Details

Reviewers
klausler
Summary

The f18 standard defines several intrinsic modules containing definitions
and declarations for various constants, types, and procedures. This PR adds
declarations for missing procedures in these modules.

Diff Detail

Event Timeline

vdonaldson created this revision.May 25 2022, 4:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2022, 4:30 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
vdonaldson requested review of this revision.May 25 2022, 4:30 PM
vdonaldson added a reviewer: klausler.
klausler accepted this revision.May 25 2022, 4:44 PM
klausler added inline comments.
flang/module/__fortran_ieee_exceptions.f90
56

You have the option of declaring all of these subroutines in one interface block; it might look nicer, it might not.

This revision is now accepted and ready to land.May 25 2022, 4:44 PM