From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20563 invoked by alias); 23 Jan 2008 15:29:31 -0000 Received: (qmail 20314 invoked by uid 48); 23 Jan 2008 15:28:47 -0000 Date: Wed, 23 Jan 2008 16:20:00 -0000 Message-ID: <20080123152847.20313.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/34720] ICE in real_to_decimal, at real.c:1656 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tgall dot foo at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg02762.txt.bz2 ------- 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 Peter Bergner I've also modified the params to configure to be more inline with what he says is being used for gcc testing. These values are: --prefix=/usr --bindir=/usr/powerpc64-unknown-linux-gnu/gcc-bin/4.3.0-alpha20080118 --includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.3.0-alpha20080118/include --datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080118 --mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080118/man --infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080118/info --with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.3.0-alpha20080118/include/g++-v4 --host=powerpc64-unknown-linux-gnu --build=powerpc64-unknown-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-decimal-float=yes --with-cpu=default64 --with-long-double-128 --disable-alsa --with-gmp=/usr/lib --with-mpfr=/usr/lib --enable-languages=c,c++,treelang --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu See how much further I get today looking into this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34720