Module Name: src Committed By: abs Date: Wed May 28 21:51:18 UTC 2014
Modified Files: src/doc: HACKS Log Message: Add a hack entry for lib/libcurses/Makefile workaround for lib/48827 To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151 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.150 src/doc/HACKS:1.151 --- src/doc/HACKS:1.150 Sat May 24 07:42:45 2014 +++ src/doc/HACKS Wed May 28 21:51:18 2014 @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.150 2014/05/24 07:42:45 martin Exp $ +# $NetBSD: HACKS,v 1.151 2014/05/28 21:51:18 abs Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -604,6 +604,16 @@ port vax internal compiler error: in change_address_1, at emit-rtl.c:2019 kcah + hack gcc -fno-guess-branch-probability + cdate 28 May 2014 + mdate 28 May 2014 + who abs + file lib/libcurses/Makefile : 1.69 + descr sysinst crashes under vax gcc 4.1 after selecting + partition sizes due to curses bug + pr lib/48827 + kcah + port arm hack gcc-unsigned-compare