diff options
author | dsainty <dsainty@pkgsrc.org> | 2004-08-16 13:10:24 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2004-08-16 13:10:24 +0000 |
commit | a5757d448ab56a3f21be29b28a1b2ea691167269 (patch) | |
tree | bb1d5526515f7e0b2723b895d75fa4619a0f2290 /doc/HACKS | |
parent | 9b340425b228355d9fdef5da7a4f9eb35b32ba08 (diff) | |
download | pkgsrc-a5757d448ab56a3f21be29b28a1b2ea691167269.tar.gz |
Document emulators/palmosemulator/patches/patch-an, a i386 g++ 3.3.x -O2 bug
Diffstat (limited to 'doc/HACKS')
-rw-r--r-- | doc/HACKS | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index 8f87e54868b..4ab07187d10 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.26 2004/07/10 13:23:55 grant Exp $ +# $NetBSD: HACKS,v 1.27 2004/08/16 13:10:24 dsainty Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -433,3 +433,15 @@ descr sparc64 gcc 3.3.x toolchain bug means we must compile exif.o without optimisation kcah + +hack i386 g++ 3.3.x -O2 bug +cdate Tue Aug 17 00:59:31 NZST 2004 +who dsainty +port i386 +file emulators/palmosemulator/patches/patch-an +descr + EmPoint.cpp malfunctions with optimisation on, trashing point + coordinates. Apparently an aliasing issue with automatic variables on + the stack and some fairly dodgy type casting. The patch file contains + more details. +kcah |