This is an archive of the discontinued LLVM Phabricator instance.

[flang] Change names of specific procedures of generic interfaces in intrinsic modules
ClosedPublic

Authored by klausler on Aug 3 2022, 1:13 PM.

Details

Summary

Intrinsic procedures in intrinsic modules that have (or better, *are*) generic interfaces
must not have specific procedures with the same name according to the Fortran
standard (17.11.1); i.e., a user program is allowed to define a procedure
of the same name as one of these generic interfaces, even when the generic is
in scope.

Diff Detail

Event Timeline

klausler created this revision.Aug 3 2022, 1:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2022, 1:13 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 3 2022, 1:13 PM
vdonaldson accepted this revision.Aug 3 2022, 4:11 PM
This revision is now accepted and ready to land.Aug 3 2022, 4:11 PM