mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
Update to the branch point of release/20.x. The next commit on main updates to 21.0.0 and 20.1.0-rc1 will be released shortly. Sponsored by: DARPA, AFRL
11 lines
355 B
Text
11 lines
355 B
Text
--- flang/runtime/exceptions.cpp.orig
|
|
+++ flang/runtime/exceptions.cpp
|
|
@@ -44,7 +44,7 @@
|
|
Terminator terminator{__FILE__, __LINE__};
|
|
|
|
static constexpr uint32_t v{FE_INVALID};
|
|
-#if __x86_64__
|
|
+#if __x86_64__ && !defined(__FreeBSD__)
|
|
static constexpr uint32_t s{__FE_DENORM}; // nonstandard, not a #define
|
|
#else
|
|
static constexpr uint32_t s{0};
|