[PATCH] D100066: [flang] Accept & fold IEEE_SELECTED_REAL_KIND

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 13:22:43 PDT 2021


klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
klausler requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

F18 <https://reviews.llvm.org/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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100066

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100066.335918.patch
Type: text/x-patch
Size: 4985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210407/1b9c2adc/attachment.bin>


More information about the llvm-commits mailing list