public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/23712] New: [4.1 regression] [powerpc] bootstrap error in libjava (ICE in fixup_eh_region_note)
Date: Sat, 03 Sep 2005 07:54:00 -0000	[thread overview]
Message-ID: <20050903075356.23712.debian-gcc@lists.debian.org> (raw)

CVS HEAD 20050901 fails to bootstrap on powerpc-linux

if /bin/sh ./libtool --mode=compile
/build/buildd/gcc-snapshot-20050901/build/./gcc/xgcc -shared-libgcc
-B/build/buildd/gcc-snapshot-20050901/build/./gcc -nostdinc++
-L/build/buildd/gcc-snapshot-20050901/build/powerpc-linux-gnu/libstdc++-v3/src
-L/build/buildd/gcc-snapshot-20050901/build/powerpc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/lib/gcc-snapshot/powerpc-linux-gnu/bin/
-B/usr/lib/gcc-snapshot/powerpc-linux-gnu/lib/ -isystem
/usr/lib/gcc-snapshot/powerpc-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/powerpc-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I../../../src/libjava -I./include -I./gcj  -I../../../src/libjava -Iinclude
-I../../../src/libjava/include -I../../../src/libjava/classpath/include
-I../../../src/libjava/classpath/native/fdlibm
-I../../../src/libjava/../boehm-gc/include -I../boehm-gc/include 
-I../../../src/libjava/libltdl -I../../../src/libjava/libltdl
-I../../../src/libjava/.././libjava/../gcc -I../../../src/libjava/../zlib
-I../../../src/libjava/../libffi/include -I../libffi/include  -fno-rtti
-fnon-call-exceptions  -fdollars-in-identifiers -Wswitch-enum
-D_FILE_OFFSET_BITS=64 -Wextra -Wall -D_GNU_SOURCE
-DPREFIX="\"/usr/lib/gcc-snapshot\"" -DLIBDIR="\"/usr/lib/gcc-snapshot/lib\""
-DJAVA_HOME="\"/usr/lib/gcc-snapshot/jre\""
-DBOOT_CLASS_PATH="\"/usr/lib/gcc-snapshot/jre/lib/rt.jar\""
-DJAVA_EXT_DIRS="\"/usr/lib/gcc-snapshot/share/java/ext\""
-DGCJ_ENDORSED_DIRS="\"/usr/lib/gcc-snapshot/share/java/gcj-endorsed\""
-DLIBGCJ_DEFAULT_DATABASE="\"/usr/lib/gcc-snapshot/lib/gcj-4.1.0/classmap.db\""
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL="\"gcj-4.1.0/classmap.db\""
-DTOOLEXECLIBDIR="\"/usr/lib/gcc-snapshot/lib\"" -g -O2  -D_GNU_SOURCE -MT
prims.lo -MD -MP -MF "$depbase.Tpo" -c -o prims.lo ../../../src/libjava/prims.cc; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
mkdir .libs
/build/buildd/gcc-snapshot-20050901/build/./gcc/xgcc -shared-libgcc
-B/build/buildd/gcc-snapshot-20050901/build/./gcc -nostdinc++
-L/build/buildd/gcc-snapshot-20050901/build/powerpc-linux-gnu/libstdc++-v3/src
-L/build/buildd/gcc-snapshot-20050901/build/powerpc-linux-gnu/libstdc++-v3/src/.libs
-B/usr/lib/gcc-snapshot/powerpc-linux-gnu/bin/
-B/usr/lib/gcc-snapshot/powerpc-linux-gnu/lib/ -isystem
/usr/lib/gcc-snapshot/powerpc-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/powerpc-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I../../../src/libjava -I./include -I./gcj -I../../../src/libjava -Iinclude
-I../../../src/libjava/include -I../../../src/libjava/classpath/include
-I../../../src/libjava/classpath/native/fdlibm
-I../../../src/libjava/../boehm-gc/include -I../boehm-gc/include
-I../../../src/libjava/libltdl -I../../../src/libjava/libltdl
-I../../../src/libjava/.././libjava/../gcc -I../../../src/libjava/../zlib
-I../../../src/libjava/../libffi/include -I../libffi/include -fno-rtti
-fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum
-D_FILE_OFFSET_BITS=64 -Wextra -Wall -D_GNU_SOURCE
-DPREFIX=\"/usr/lib/gcc-snapshot\" -DLIBDIR=\"/usr/lib/gcc-snapshot/lib\"
-DJAVA_HOME=\"/usr/lib/gcc-snapshot/jre\"
-DBOOT_CLASS_PATH=\"/usr/lib/gcc-snapshot/jre/lib/rt.jar\"
-DJAVA_EXT_DIRS=\"/usr/lib/gcc-snapshot/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/usr/lib/gcc-snapshot/share/java/gcj-endorsed\"
-DLIBGCJ_DEFAULT_DATABASE=\"/usr/lib/gcc-snapshot/lib/gcj-4.1.0/classmap.db\"
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.1.0/classmap.db\"
-DTOOLEXECLIBDIR=\"/usr/lib/gcc-snapshot/lib\" -g -O2 -D_GNU_SOURCE -MT prims.lo
-MD -MP -MF .deps/prims.Tpo -c ../../../src/libjava/prims.cc  -fPIC -DPIC -o
.libs/prims.o
../../../src/libjava/prims.cc: In function 'void*
_Jv_ResolvePoolEntry(java::lang::Class*, jint)':
../../../src/libjava/prims.cc:375: error: missing REG_EH_REGION note in the end
of bb 2
../../../src/libjava/prims.cc:375: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [prims.lo] Error 1
make[5]: Leaving directory
`/build/buildd/gcc-snapshot-20050901/build/powerpc-linux-gnu/libjava'
make[4]: *** [all-recursive] Error 1

-- 
           Summary: [4.1 regression] [powerpc] bootstrap error in libjava
                    (ICE in fixup_eh_region_note)
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-linux


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


             reply	other threads:[~2005-09-03  7:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-03  7:54 debian-gcc at lists dot debian dot org [this message]
2005-09-03 11:49 ` [Bug bootstrap/23712] " pinskia at gcc dot gnu dot org

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=20050903075356.23712.debian-gcc@lists.debian.org \
    --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).