Module Name: src
Committed By: christos
Date: Tue May 31 19:14:10 UTC 2022
Modified Files:
src/doc: HACKS
Log Message:
document gomoku
To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 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.228 src/doc/HACKS:1.229
--- src/doc/HACKS:1.228 Sun Apr 10 15:54:57 2022
+++ src/doc/HACKS Tue May 31 15:14:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.228 2022/04/10 19:54:57 rillig Exp $
+# $NetBSD: HACKS,v 1.229 2022/05/31 19:14:10 christos Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -583,6 +583,15 @@ port vax
Besides, some clients, e.g., pkgsrc/x11/kterm, receive SIGSEGV.
kcah
+ hack gomoku compiler crash
+ date Tue May 31 15:11:39 EDT 2022
+ who christos
+ file src/games/gomoku/Makefile : 1.12
+ descr
+ pickmove.c crashes with -O2, warns about ovi.o_intersect being
+ unitialized with -O1, works with -O0
+ kcah
+
port arm
hack gcc-unsigned-compare