--- Comment #4 from tgall dot foo at gmail dot com 2008-01-23 15:28 ---
Hi Ben,
Yesterday I picked this up again using the 0118 snapshot. Same failure.
Yes this is being built inside of portage. No patches are being applied. (I've
disabled that)
Following the direction of
--- Comment #5 from tgall dot foo at gmail dot com 2008-01-23 21:31 ---
so the call path involved here is from gcc/c-cppbuiltin.c
builtin_define_with_hex_fp_value
which is calling real_to_decimal and its in that function we're running into
problems.
The string rep of the re
--- Comment #8 from tgall dot foo at gmail dot com 2008-02-05 16:24 ---
this bug might in some ways be related bug an older bug in gcc 4.1 where make
profiledbootstrap on power3 was busted.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28326
When I have been running into this problem it
mps output in a bit
--
Summary: ICE in real_to_decimal, at real.c:1656
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tgall d
--- Comment #1 from tgall dot foo at gmail dot com 2008-01-09 05:50 ---
Two things to be clear on. This is a build of the Jan 4 2008 snapshot. No
patches are applied.
SYSCALLS.i
# 1 "SYSCALLS.c"
# 1 "/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/b
--- Comment #2 from tgall dot foo at gmail dot com 2008-01-09 07:06 ---
on a lark I tried turning off decimal float support
no change.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34720