Add a NEWS entry for the Alpha fixes
diff --git a/Misc/NEWS b/Misc/NEWS
index e85fef1..08b7714 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -898,6 +898,9 @@
 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.