[flang-commits] [flang] [flang] fix build on FreeBSD after 4762c6557d15 (PR #86204)
Brooks Davis via flang-commits
flang-commits at lists.llvm.org
Fri Mar 22 10:40:56 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>.
----------------
brooksdavis wrote:
I've added a second commit to update all the comments.
https://github.com/llvm/llvm-project/pull/86204
More information about the flang-commits
mailing list