Module Name: src
Committed By: martin
Date: Sun Apr 10 13:26:47 UTC 2022
Modified Files:
src/doc: HACKS
Log Message:
PR 56789: document gcc bug workaround for -ftrapv on alpha.
To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 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.226 src/doc/HACKS:1.227
--- src/doc/HACKS:1.226 Tue Nov 23 23:29:55 2021
+++ src/doc/HACKS Sun Apr 10 13:26:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.226 2021/11/23 23:29:55 thorpej Exp $
+# $NetBSD: HACKS,v 1.227 2022/04/10 13:26:47 martin Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -1031,3 +1031,15 @@ file src/tests/lib/libexecinfo/t_sig_bac
descr Unit test fails to pass unless t_sig_backtrace.c is compiled
with -fno-omit-frame-pointer and -DNOINLINE_HACK.
kcah
+
+hack alpha gcc error in lint
+cdate 2022/04/10 13:21:34
+who martin
+port alpha
+file usr.bin/xlint/Makefile.inc: 1.23
+pr 56789
+descr
+ Compiling lint with -ftrapv fails with an internal
+ gcc compiler error.
+kcah
+