Module Name: src
Committed By: riastradh
Date: Wed Jun 15 13:29:30 UTC 2016
Modified Files:
src/doc: HACKS
Log Message:
This hack no longer exists since the switch to ipsec-tools in 2005.
Another strict-aliasing problem killed.
To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 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.170 src/doc/HACKS:1.171
--- src/doc/HACKS:1.170 Wed Jun 15 05:01:58 2016
+++ src/doc/HACKS Wed Jun 15 13:29:30 2016
@@ -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 @@ descr
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