This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/34720] ICE in real_to_decimal, at real.c:1656



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]