[flang-commits] [flang] [flang] fix build on FreeBSD after 4762c6557d15 (PR #86204)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Fri Mar 22 06:46:32 PDT 2024
================
@@ -16,6 +16,10 @@
#include <ctype.h>
#include <utility>
+// Some environments, viz. glibc 2.17, allow the macro HUGE
+// to leak out of <math.h>.
----------------
luporl wrote:
Please mention in this comment that FreeBSD also allows the macro HUGE to leak out of <math.h>.
https://github.com/llvm/llvm-project/pull/86204
More information about the flang-commits
mailing list