From add941879c81bb1f1ec99c5da67d3b61dca1c698 Mon Sep 17 00:00:00 2001 From: scw Date: Tue, 31 Jan 2006 10:57:43 +0000 Subject: [PATCH] Document hack for gcc ICE compiling lib/libc/gdtoa/strtod.c for sh5. --- doc/HACKS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/HACKS b/doc/HACKS index 100a7100c853..1e074e7fa3c3 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.52 2005/12/13 05:56:23 jmc Exp $ +# $NetBSD: HACKS,v 1.53 2006/01/31 10:57:43 scw Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -403,6 +403,15 @@ port sh5 "could not split insn". Drop to -O1 for sh5. kcah + hack gcc 3.3.3 nb3 on sh5 - ICE compiling strtod.c + cdate Tue Jan 31 10:51:52 GMT 2006 + who scw + file lib/libc/gdtoa/Makefile.inc : 1.2 + descr + Gcc3 for sh5 gets an ICE compiling this at -O2, + "could not split insn". Drop to -O1 for sh5. + kcah + port sun2 hack gcc 3.3.2/mdsetimage