[all-commits] [llvm/llvm-project] 8f1610: [flang] Accept & fold IEEE_SELECTED_REAL_KIND

Peter Klausler via All-commits all-commits at lists.llvm.org
Sat Apr 10 10:01:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f16101c703e7d9995dc238ba0f03be52bdf4528
      https://github.com/llvm/llvm-project/commit/8f16101c703e7d9995dc238ba0f03be52bdf4528
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-04-10 (Sat, 10 Apr 2021)

  Changed paths:
    M flang/lib/Evaluate/fold-integer.cpp
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/lib/Semantics/mod-file.cpp
    M flang/module/__fortran_builtins.f90
    M flang/module/ieee_arithmetic.f90
    A flang/test/Semantics/modfile40.f90

  Log Message:
  -----------
  [flang] Accept & fold IEEE_SELECTED_REAL_KIND

F18 supports the standard intrinsic function SELECTED_REAL_KIND
but not its synonym in the standard module IEEE_ARITHMETIC
named IEEE_SELECTED_REAL_KIND until this patch.

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




More information about the All-commits mailing list