[flang] - ieee_exceptions.f90: I added all of the routines listed in table 17.3...
authorPeter Steinfeld <psteinfeld@nvidia.com>
Fri, 9 Aug 2019 18:34:31 +0000 (11:34 -0700)
committerPeter Steinfeld <psteinfeld@nvidia.com>
Fri, 9 Aug 2019 18:38:49 +0000 (11:38 -0700)
commit8768a11d4ca7f50d55a6d240c165125789b0d39f
tree5ebd73d4073a0e62dc09f8601acb2651f811a4e3
parent5bade83a0b90f21b69019700c1992c932c8247a9
[flang]  - ieee_exceptions.f90: I added all of the routines listed in table 17.3 of the standard that were not currently specified.  I also re-ordered the routines to be in the same order as the standard.
 - doconcurrent01.f90: I removed the custom versions of ieee_exceptions and
 iso_fortran_env.  I also fixed a typo in a comment.  Also, the use of the real
 standare interface caused one of the error messages to go away, so I fixed
 that.

Original-commit: flang-compiler/f18@a8b310a9685d7e6502073ecb011c16aaa1e1d14b
Reviewed-on: https://github.com/flang-compiler/f18/pull/637
flang/module/ieee_exceptions.f90
flang/test/semantics/doconcurrent01.f90