Source-Changes-HG archive

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

[src/trunk]: src/doc Note another ia64 compiler workaround



details:   https://anonhg.NetBSD.org/src/rev/e9c85c6f41f0
branches:  trunk
changeset: 783526:e9c85c6f41f0
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Dec 27 14:16:57 2012 +0000

description:
Note another ia64 compiler workaround

diffstat:

 doc/HACKS |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 1348e4101a18 -r e9c85c6f41f0 doc/HACKS
--- a/doc/HACKS Thu Dec 27 14:16:16 2012 +0000
+++ b/doc/HACKS Thu Dec 27 14:16:57 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.126 2012/12/27 08:07:36 martin Exp $
+# $NetBSD: HACKS,v 1.127 2012/12/27 14:16:57 martin Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -767,3 +767,15 @@
                {standard input}:85: Warning: This is the location of the conflicting usage
        kcah
 
+       hack    compiler error with gcc 4.5.x
+       cdate   Thu Dec 27 15:15:25 CET 2012
+       who     martin
+       file    src/crypto/external/bsd/netpgp/lib/verify/Makefile: 1.5
+       descr
+               workaround for:
+               {standard input}: Assembler messages:
+               {standard input}:22979: Warning: Use of 'mov' may violate WAW dependency 'GR%, % in 1 - 127' (impliedf), specific resource number is 8
+               {standard input}:22978: Warning: This is the location of the conflicting usage
+       kcah
+
+



Home | Main Index | Thread Index | Old Index