summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e85fef17bf..08b7714613 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -898,6 +898,9 @@ Library
Build
-----
+- Fix test_float, test_long, and test_struct failures on Tru64 with gcc
+ by using -mieee gcc option.
+
- Patch #1432345: Make python compile on DragonFly.
- Build support for Win64-AMD64 was added.