[flang-commits] [PATCH] D121490: flang] IEEE_ARITHMETIC must imply USE IEEE_EXCEPTIONS

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Mar 11 13:27:21 PST 2022


klausler created this revision.
klausler added a reviewer: vdonaldson.
klausler added a project: Flang.
Herald added subscribers: jdoerfert, mgorny.
Herald added a reviewer: sscalpone.
Herald added a reviewer: awarzynski.
Herald added a project: All.
klausler requested review of this revision.

[The intrinsic module IEEE_ARITHMETIC must incorporate the public
names from the intrisic module IEEE_EXCEPTIONS.  Rename IEEE_EXCEPTIONS
to __Fortran_ieee_exceptions so that it won't clash with the
nonintrinsic namespace, establish a new intrinic IEEE_EXCEPTIONS
module that USEs it, and add a USE to IEEE_ARITHMETIC.


https://reviews.llvm.org/D121490

Files:
  flang/lib/Semantics/check-do-forall.cpp
  flang/module/__fortran_ieee_exceptions.f90
  flang/module/ieee_arithmetic.f90
  flang/module/ieee_exceptions.f90
  flang/tools/f18/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121490.414738.patch
Type: text/x-patch
Size: 11165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220311/bdb460cc/attachment.bin>


More information about the flang-commits mailing list