public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: corsepiu@faw.uni-ulm.de
To: gcc-gnats@gcc.gnu.org
Cc: joel@oarcorp.com
Subject: bootstrap/6445: ICE bootstrapping objc for i386-rtems
Date: Thu, 25 Apr 2002 00:36:00 -0000	[thread overview]
Message-ID: <20020425073411.14311.qmail@sources.redhat.com> (raw)


>Number:         6445
>Category:       bootstrap
>Synopsis:       ICE bootstrapping objc for i386-rtems
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 25 00:36:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ralf Corsepius
>Release:        subversions/CVS gcc-3-1-branch 3.1 20020424 (prerelease)
>Organization:
>Environment:
Host: Linux/SuSE-7.3, i686, gcc-2.95.3 (SuSE), binutils-2.11.90.0.31

Target: i386-rtems, binutils-2.12, newlib-1.10.0

>Description:
ICE when building objc when bootstrapping cross-gcc-3.1 for i386-rtems (one-tree-style with newlib-1.10.0/newlib symlinked to <toplevel>/newlib.

/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/sendmsg.c: In function `objc_msg_sendv':
/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/sendmsg.c:220: Internal compiler error in emit_swap_insn, at reg-stack.c:990

>How-To-Repeat:
../configure --target=i386-rtems --with-gnu-as --with --gnu-ld --with-newlib --verbose --enable-threads=rtems --disable-nls --prefix=/opt/rtems-test '--enable-languages=c,c++,objc,java,f77,libjava,zlib'
[..]
make
[..]make[3]: Entering directory `/users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/i386-rtems/soft-float/libobjc'
./libtool --mode=compile /users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/gcc/xgcc -B/users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/gcc/ -nostdinc -B/users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/i386-rtems/newlib/ -isystem /users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/i386-rtems/newlib/targ-include -isystem /users/rtems/src/packages/BUILD/gcc-3.1-branch/newlib/libc/include -B/opt/rtems-test/i386-rtems/bin/ -B/opt/rtems-test/i386-rtems/lib/ -isystem /opt/rtems-test/i386-rtems/include -c -o sendmsg.lo -I. -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc   -g -O2  -msoft-float -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/objc  -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/../gcc -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/../gcc/config -I../../../gcc -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/../include /users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/sendmsg.c
/users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/gcc/xgcc -B/users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/gcc/ -nostdinc -B/users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/i386-rtems/newlib/ -isystem /users/rtems/src/packages/BUILD/gcc-3.1-branch/obj/i386-rtems/newlib/targ-include -isystem /users/rtems/src/packages/BUILD/gcc-3.1-branch/newlib/libc/include -B/opt/rtems-test/i386-rtems/bin/ -B/opt/rtems-test/i386-rtems/lib/ -isystem /opt/rtems-test/i386-rtems/include -c -I. -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc -g -O2 -msoft-float -DHAVE_GTHR_DEFAULT -DIN_GCC -DIN_TARGET_LIBS -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/objc -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/../gcc -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/../gcc/config -I../../../gcc -I/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/../include /users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/sendmsg.c -o sendmsg.o
/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/sendmsg.c: In function `objc_msg_sendv':
/users/rtems/src/packages/BUILD/gcc-3.1-branch/libobjc/sendmsg.c:220: Internal compiler error in emit_swap_insn, at reg-stack.c:990
Please submit a full bug report,
with preprocessed source if appropriate.

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-04-25  7:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-25  0:36 corsepiu [this message]
2002-04-25  6:22 joel
2002-04-25 10:33 mmitchel
2002-04-26 15:39 mmitchel
2002-04-26 17:26 Joel Sherrill
2002-04-26 17:36 Mark Mitchell
2002-04-27 12:36 Joel Sherrill

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=20020425073411.14311.qmail@sources.redhat.com \
    --to=corsepiu@faw.uni-ulm.de \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=joel@oarcorp.com \
    /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).