Module Name: src
Committed By: rillig
Date: Sun Apr 10 19:54:57 UTC 2022
Modified Files:
src/doc: HACKS
Log Message:
doc/HACKS: add bug report for internal compiler error on alpha
To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 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.227 src/doc/HACKS:1.228
--- src/doc/HACKS:1.227 Sun Apr 10 13:26:47 2022
+++ src/doc/HACKS Sun Apr 10 19:54:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.227 2022/04/10 13:26:47 martin Exp $
+# $NetBSD: HACKS,v 1.228 2022/04/10 19:54:57 rillig Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -1041,5 +1041,6 @@ pr 56789
descr
Compiling lint with -ftrapv fails with an internal
gcc compiler error.
-kcah
+ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105209
+kcah