Source-Changes-HG archive

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

[src/trunk]: src/doc document the m68* lossage with gcc/ra-colorize.c.



details:   https://anonhg.NetBSD.org/src/rev/d5719fbf6094
branches:  trunk
changeset: 554938:d5719fbf6094
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Nov 05 00:50:05 2003 +0000

description:
document the m68* lossage with gcc/ra-colorize.c.

diffstat:

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

diffs (25 lines):

diff -r 49def179f0af -r d5719fbf6094 doc/HACKS
--- a/doc/HACKS Wed Nov 05 00:28:34 2003 +0000
+++ b/doc/HACKS Wed Nov 05 00:50:05 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.21 2003/10/29 21:31:33 mycroft Exp $
+# $NetBSD: HACKS,v 1.22 2003/11/05 00:50:05 mrg Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -267,3 +267,15 @@
                ffs.c causes cc1 to barf for as-yet unknown reasons.  this
                hack ues -O0 to avoid the problem.
        kcah
+
+
+port   sun2, m68k
+
+       hack    gcc 3.3.2/gcc/ra-colorize.c
+       cdate   Wed Nov  5 11:03:13 EST 2003
+       who     mrg
+       file    gnu/usr.bin/gcc/backend/Makefile : 1.11
+       descr
+               ra-colorize.c causes a whole spew of unreferenced .L* local
+               symbols.  using -O0 (or even -O2 reportedly) avoids the problem.
+       kcah



Home | Main Index | Thread Index | Old Index