Consolidate latest HACK entry into already existing entry documenting
same problem.
This commit is contained in:
parent
f67ac65f3d
commit
bfc0aec0d7
16
doc/HACKS
16
doc/HACKS
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: HACKS,v 1.18 2003/10/28 12:11:31 he Exp $
|
||||
# $NetBSD: HACKS,v 1.19 2003/10/28 14:26:47 he Exp $
|
||||
#
|
||||
# This file is intended to document workarounds for currently unsolved
|
||||
# (mostly) compiler bugs.
|
||||
|
@ -235,10 +235,12 @@ port MACHINE_ARCH == m68k
|
|||
file sys/dev/scsipi/sd.c : 1.212 : 686
|
||||
file sys/dev/ata/wd.c : 1.265 : 483
|
||||
file sys/nfs/nfs_serv.c : 1.84 : 3290
|
||||
file sys/conf/Makefile.kern.inc : 1.39
|
||||
descr
|
||||
gcc incorrectly reports {u,}int64_t variables as used uninitialized.
|
||||
Work around by adding explicit initializers.
|
||||
gcc bug report at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12792
|
||||
Worked around by disabling uninitialized warnings for m68k.
|
||||
kcah
|
||||
|
||||
hack gcc 3.3.2/mdsetimage
|
||||
|
@ -260,15 +262,3 @@ descr
|
|||
ffs.c causes cc1 to barf for as-yet unknown reasons. this
|
||||
hack ues -O0 to avoid the problem.
|
||||
kcah
|
||||
|
||||
hack gcc 3.3.2/m68k -Wno-uninitialized
|
||||
cdate Tue Oct 28 13:07:55 CET 2003
|
||||
who he
|
||||
port atari
|
||||
file sys/conf/Makefile.kern.inc : 1.39
|
||||
descr
|
||||
sys/dev/ata/wd.c causes spurious warning about blkno not
|
||||
being initialized before used. This appears to be a bug
|
||||
specific to (at least) the m68k target, and will be reported
|
||||
to the GCC maintainers.
|
||||
kcah
|
||||
|
|
Loading…
Reference in New Issue