[all-commits] [llvm/llvm-project] f329cf: [flang] Change names of specific procedures of gen...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Aug 9 08:58:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f329cf97f25e7c3a3bc735c226605deac806bd5e
      https://github.com/llvm/llvm-project/commit/f329cf97f25e7c3a3bc735c226605deac806bd5e
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    M flang/module/__fortran_ieee_exceptions.f90
    M flang/module/ieee_arithmetic.f90
    M flang/module/iso_fortran_env.f90

  Log Message:
  -----------
  [flang] Change names of specific procedures of generic interfaces in intrinsic modules

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.

Differential Revision: https://reviews.llvm.org/D131108




More information about the All-commits mailing list