[all-commits] [llvm/llvm-project] b6686e: [Flang][Runtime] Handle missing definitions in <cf...

serge-sans-paille via All-commits all-commits at lists.llvm.org
Wed Aug 21 00:42:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6686e764c02b1373359bbd80d9c0e1a834d1a64
      https://github.com/llvm/llvm-project/commit/b6686e764c02b1373359bbd80d9c0e1a834d1a64
  Author: serge-sans-paille <sergesanspaille at free.fr>
  Date:   2024-08-21 (Wed, 21 Aug 2024)

  Changed paths:
    M flang/runtime/edit-input.cpp
    M flang/runtime/exceptions.cpp
    M flang/runtime/stop.cpp

  Log Message:
  -----------
  [Flang][Runtime] Handle missing definitions in <cfenv> (#101242)

According to the C99 standard, <fenv.h> may not define FE_INVALID and
the likes. Even if C++11 mandate them, musl and emscripten don't provide
them, so handle that case.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list