public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/21519] New: ICE in generate_bytecode_conditional,
@ 2005-05-11 21:00 pluto at agmk dot net
  2005-05-11 22:00 ` [Bug java/21519] ICE in generate_bytecode_conditional, at java/jcf-write.c:1337 pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pluto at agmk dot net @ 2005-05-11 21:00 UTC (permalink / raw)
  To: java-prs

at java/jcf-write.c:1337
X-Bugzilla-Reason: CC

# gcc-4.0.1-20050507 
 
during build (gcj -C -O2 for all *.java) of the org.eclipse.jdt.core 
from eclipse 3.1M6 tarball I get: 
  
org/eclipse/jdt/internal/compiler/parser/RecoveredElement.java:210: 
 
internal compiler error: in generate_bytecode_conditional,  
at java/jcf-write.c:1337  
  
# testcase: 
 
unpack eclipse-sourceBuild-srcIncluded-3.1M6.zip and run below script: 
 
cd plugins/org.eclipse.jdt.core 
 
cp -f   model/org/eclipse/jdt/core/Signature.java \ 
        compiler/org/eclipse/jdt/core 
 
for f in `find batch -name '*.java' -or -name '*.properties'`; do 
    g=`echo $f | sed 's:^batch/:compiler/:' | xargs dirname` 
    [ -d $g ] || mkdir -p $g 
    cp -a $f $g 
done 
 
cd compiler 
for f in `find -name '*.java' | cut -c 3-`; do 
    gcj -Wno-deprecated -C -O2 $f 
done

-- 
           Summary: ICE in generate_bytecode_conditional,
                    at java/jcf-write.c:1337
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pluto at agmk dot net
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: i686-pld-linux
  GCC host triplet: i686-pld-linux
GCC target triplet: i686-pld-linux


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-05-15 19:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-11 21:00 [Bug java/21519] New: ICE in generate_bytecode_conditional, pluto at agmk dot net
2005-05-11 22:00 ` [Bug java/21519] ICE in generate_bytecode_conditional, at java/jcf-write.c:1337 pinskia at gcc dot gnu dot org
2005-05-13 20:02 ` tromey at gcc dot gnu dot org
2005-05-13 20:10 ` tromey at gcc dot gnu dot org
2005-05-13 20:17 ` tromey at gcc dot gnu dot org
2005-05-13 21:24 ` tromey at gcc dot gnu dot org
2005-05-15 18:29 ` cvs-commit at gcc dot gnu dot org
2005-05-15 19:10 ` cvs-commit at gcc dot gnu dot org
2005-05-15 19:13 ` tromey at gcc dot gnu dot org

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