Source-Changes-HG archive

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

[src/trunk]: src There wasn't a codegen bug - the test program itself was buggy.



details:   https://anonhg.NetBSD.org/src/rev/f17e4387c616
branches:  trunk
changeset: 788855:f17e4387c616
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jul 24 11:45:48 2013 +0000

description:
There wasn't a codegen bug - the test program itself was buggy.

Nothing to see hear... move along.

diffstat:

 doc/HACKS                   |  11 +----------
 tests/lib/libc/sys/Makefile |   6 +-----
 2 files changed, 2 insertions(+), 15 deletions(-)

diffs (44 lines):

diff -r 489be0e91983 -r f17e4387c616 doc/HACKS
--- a/doc/HACKS Wed Jul 24 11:44:10 2013 +0000
+++ b/doc/HACKS Wed Jul 24 11:45:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.133 2013/07/23 14:52:07 skrll Exp $
+# $NetBSD: HACKS,v 1.134 2013/07/24 11:45:48 skrll Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -807,15 +807,6 @@
        hack    compiler error with gcc 4.5.x
        cdate   Tue Jul 23 07:42:28 BST 2013
        who     skrll
-       file    src/tests/lib/libc/sys/Makefile: 1.32
-       descr
-               workaround for codegen bug affecting t_msgrcv.c. Callee saved (%r4)
-               corruption.
-       kcah
-
-       hack    compiler error with gcc 4.5.x
-       cdate   Tue Jul 23 07:42:28 BST 2013
-       who     skrll
        file    src/sys/lib/libkern/Makefile.libkern: 1.26
        descr
                workaround for unanalysed codegen bug affecting md5c.c.
diff -r 489be0e91983 -r f17e4387c616 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile       Wed Jul 24 11:44:10 2013 +0000
+++ b/tests/lib/libc/sys/Makefile       Wed Jul 24 11:45:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2013/07/23 07:04:18 skrll Exp $
+# $NetBSD: Makefile,v 1.34 2013/07/24 11:45:48 skrll Exp $
 
 MKMAN= no
 
@@ -75,9 +75,5 @@
 
 WARNS=                 4
 
-.if ${HAVE_GCC:U} == "45" && ${MACHINE_CPU} == "hppa"
-COPTS.t_msgrcv.c +=    ${${ACTIVE_CC} == "gcc" :? -O0 :}
-.endif
-
 .include <bsd.test.mk>
 



Home | Main Index | Thread Index | Old Index