[flang-commits] [PATCH] D131108: [flang] Change names of specific procedures of generic interfaces in intrinsic modules
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Aug 3 13:13:06 PDT 2022
klausler created this revision.
klausler added a reviewer: vdonaldson.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
klausler requested review of this revision.
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.
https://reviews.llvm.org/D131108
Files:
flang/module/__fortran_ieee_exceptions.f90
flang/module/ieee_arithmetic.f90
flang/module/iso_fortran_env.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131108.449766.patch
Type: text/x-patch
Size: 5833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220803/c75a8a95/attachment.bin>
More information about the flang-commits
mailing list