[all-commits] [llvm/llvm-project] 2565f9: [flang] Remove IEEE_DENORM from IEEE_ALL (#67573)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Oct 16 16:36:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2565f9f49b79e11ab613f125cb4a8daa87f4bab6
https://github.com/llvm/llvm-project/commit/2565f9f49b79e11ab613f125cb4a8daa87f4bab6
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M flang/module/__fortran_ieee_exceptions.f90
Log Message:
-----------
[flang] Remove IEEE_DENORM from IEEE_ALL (#67573)
The array of all exceptions IEEE_ALL defined in the intrinsic module
IEEE_EXCEPTIONS should contain only what the standard mandates. Existing
code depends on it having only five elements. The legacy extension
exception flag IEEE_DENORM shouldn't be an element.
More information about the All-commits
mailing list