Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc mention template instantiation workaround



details:   https://anonhg.NetBSD.org/src/rev/5cb9c98f46c2
branches:  trunk
changeset: 791157:5cb9c98f46c2
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 07 01:43:08 2013 +0000

description:
mention template instantiation workaround

diffstat:

 doc/HACKS |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 0cb81bf9e2d6 -r 5cb9c98f46c2 doc/HACKS
--- a/doc/HACKS Thu Nov 07 01:18:19 2013 +0000
+++ b/doc/HACKS Thu Nov 07 01:43:08 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.134 2013/07/24 11:45:48 skrll Exp $
+# $NetBSD: HACKS,v 1.135 2013/11/07 01:43:08 christos Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -607,6 +607,17 @@
                This might be related with GCC Bugzilla Bug 32424.
        kcah
 
+port   m68k,sh3
+
+       hack    gcc-4.8.1
+       cdate   Wed Nov  6 20:41:35 EST 2013
+       who     christos
+       file    src/external/gpl3/gcc/libstdc++/Makefile
+       descr
+               compile hashtable_c++0x.cc with -O2 instead of -Os to
+               produce missing instantiation of std::lower_bound expansion
+               for unsigned long.
+       kcah
 
 port   sparc
 



Home | Main Index | Thread Index | Old Index