Module Name: src
Committed By: macallan
Date: Tue May 13 18:55:07 UTC 2014
Modified Files:
src/doc: HACKS
Log Message:
mention workaround for PR48696
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/doc/HACKS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/HACKS
diff -u src/doc/HACKS:1.148 src/doc/HACKS:1.149
--- src/doc/HACKS:1.148 Mon Apr 7 21:20:17 2014
+++ src/doc/HACKS Tue May 13 18:55:07 2014
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.148 2014/04/07 21:20:17 christos Exp $
+# $NetBSD: HACKS,v 1.149 2014/05/13 18:55:07 macallan Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -961,3 +961,15 @@ port hp700
descr
workaround for unanalysed codegen bug affecting md5c.c.
kcah
+
+port mips64*
+hack compiler crashes on mips64* with optimization enabled
+cdate Tue May 13 18:46:48 UTC 2014
+who macallan
+file src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/Makefile.inc: 1.6
+ src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/config.h: 1.5
+ src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/Makefile.inc: 1.6
+ src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/config.h: 1.5
+descr workaround for n32 gcc doing unaligned 64bit accesses when optimizing
+pr 48696
+kcah