public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tgall dot foo at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/34720]  New: ICE in real_to_decimal, at real.c:1656
Date: Tue, 08 Jan 2008 23:21:00 -0000	[thread overview]
Message-ID: <bug-34720-15597@http.gcc.gnu.org/bugzilla/> (raw)

overview:

building gcc 4.3 with gcc 4.3 fails on a 64 bit ppc64 box. (yes, running as
elf64)

gcc -v
Using built-in specs.
Target: powerpc64-unknown-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/configure
--prefix=/usr
--bindir=/usr/powerpc64-unknown-linux-gnu/gcc-bin/4.3.0-alpha20080104
--includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/include
--datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104
--mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/man
--infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/info
--with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/include/g++-v4
--host=powerpc64-unknown-linux-gnu --build=powerpc64-unknown-linux-gnu
--disable-altivec --disable-nls --with-system-zlib --disable-checking
--disable-werror --enable-secureplt --disable-libunwind-exceptions
--disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj
--enable-languages=c --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.3.0-alpha20080104  (experimental) (GCC)


./configure options:
        --prefix=/usr           
        --bindir=/usr/powerpc64-unknown-linux-gnu/gcc-bin/4.3.0-alpha20080104   
       
--includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/include 
       
--datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104   
       
--mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/man 
       
--infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/info 
       
--with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.3.0-alpha20080104/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-languages=c,c++,treelang 
        --enable-shared 
        --enable-threads=posix 
        --enable-__cxa_atexit 
        --enable-clocale=gnu


output + cmd issued that died

sed -e s/TARGET_GETGROUPS_T/gid_t/ \
         
/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc/sys-types.h
/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc/sys-protos.h
> SYSCALLS.c
/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/build/./gcc/xgcc
-B/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/build/./gcc/
-B/usr/powerpc64-unknown-linux-gnu/bin/ -B/usr/powerpc64-unknown-linux-gnu/lib/
-isystem /usr/powerpc64-unknown-linux-gnu/include -isystem
/usr/powerpc64-unknown-linux-gnu/sys-include -O2 -g -O2 -pipe   -DIN_GCC    -W
-Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wno-strict-prototypes -Wno-error -isystem ./include 
-I. -I.
-I/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc
-I/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc/.
-I/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc/../include
-I/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc/../libcpp/include

-I/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc/../libdecnumber
-I/var/tmp/portage/sys-devel/gcc-4.3.0_alpha20080104/work/gcc-4.3-20080104/gcc/../libdecnumber/dpd
-I../libdecnumber    \
          -aux-info SYSCALLS.c.X -S -o tmp-SYSCALLS.s SYSCALLS.c
<built-in>:0: internal compiler error: in real_to_decimal, at real.c:1656
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

I'm still digging into this .. I'll attach the -save-temps 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 dot foo at gmail dot com
 GCC build triplet: powerpc64-unknown-linux-gnu
  GCC host triplet: powerpc64-unknown-linux-gnu
GCC target triplet: powerpc64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34720


             reply	other threads:[~2008-01-08 21:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-08 23:21 tgall dot foo at gmail dot com [this message]
2008-01-09  6:22 ` [Bug c/34720] " tgall dot foo at gmail dot com
2008-01-09  7:58 ` tgall dot foo at gmail dot com
2008-01-17  6:27 ` bje at gcc dot gnu dot org
2008-01-23 16:20 ` tgall dot foo at gmail dot com
2008-01-23 21:50 ` tgall dot foo at gmail dot com
2008-01-24  4:52 ` bje at gcc dot gnu dot org
2008-01-29  2:35 ` roger at eyesopen dot com
2008-02-05 16:25 ` tgall dot foo at gmail dot com
2008-02-07 20:53 ` ubizjak at gmail dot com
2008-02-15 13:40 ` ubizjak at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-34720-15597@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).