Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Note the GCC PR for the Duff's device warning.



details:   https://anonhg.NetBSD.org/src/rev/335f438fee36
branches:  trunk
changeset: 554355:335f438fee36
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 27 07:31:07 2003 +0000

description:
Note the GCC PR for the Duff's device warning.

diffstat:

 doc/HACKS |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 28ae618db69e -r 335f438fee36 doc/HACKS
--- a/doc/HACKS Mon Oct 27 07:28:15 2003 +0000
+++ b/doc/HACKS Mon Oct 27 07:31:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.13 2003/10/27 07:26:17 simonb Exp $
+# $NetBSD: HACKS,v 1.14 2003/10/27 07:31:07 simonb Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -220,6 +220,7 @@
 port   pc532
 file   sys/arch/pc532/conf/Makefile.pc532 : 1.71
 file   sys/arch/pc532/conf/files.pc532 : 1.52
+pr     GCC PR optimization/5230
 descr
        gcc incorrectly gives an "unreachable code at beginning of switch
        statement" for a Duff's device construct in arch/pc532/dev/ncr.c.



Home | Main Index | Thread Index | Old Index