Source-Changes-HG archive

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

[src/trunk]: src/doc This hack no longer exists since the switch to ipsec-too...



details:   https://anonhg.NetBSD.org/src/rev/205fcff56ef1
branches:  trunk
changeset: 345915:205fcff56ef1
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jun 15 13:29:30 2016 +0000

description:
This hack no longer exists since the switch to ipsec-tools in 2005.

Another strict-aliasing problem killed.

diffstat:

 doc/HACKS |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (30 lines):

diff -r a9ba2f8a6da3 -r 205fcff56ef1 doc/HACKS
--- a/doc/HACKS Wed Jun 15 13:13:40 2016 +0000
+++ b/doc/HACKS Wed Jun 15 13:29:30 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.170 2016/06/15 05:01:58 mrg Exp $
+# $NetBSD: HACKS,v 1.171 2016/06/15 13:29:30 riastradh Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -103,20 +103,6 @@
        symbols should be consistent across all ports.
 kcah
 
-hack   gcc-strict-aliasing
-cdate  6 August 2004
-who    junyoung
-pr     26516
-file   src/usr.sbin/racoon/racoon/Makefile : 1.21
-descr
-       GCC issues a warning "dereferencing type-punned pointer will break
-       strict-aliasing rules" when compiling
-       crypto/dist/kame/racoon/crypto/openssl.c with -O[23s]. Note that this
-       is due to use of type casting in a non-standard way in the code and
-       not a compiler bug. Once a new release of KAME with a proper fix
-       applied is imported this should be backed out.
-kcah
-
 hack   gcc4 wrong uninitialized variable
 mdate  10 May 2006
 who    mrg



Home | Main Index | Thread Index | Old Index