public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/24441]  New: [4.1 regression] ICE's when building the ecj compiler 3.1.1
@ 2005-10-19 10:30 debian-gcc at lists dot debian dot org
  2005-10-30 23:22 ` [Bug java/24441] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-10-19 10:30 UTC (permalink / raw)
  To: java-prs

trying to bootstrap ecj using gcj-4.1, without having ant available for
bootstrap purposes:

for f in $(find build/bin -name '*.java'); do \
    echo $f; \
    gcj-4.1 -d build/bin -C -g \
        -Ibuild/bin \
        $f; \
done

fails to build about 20 classes, each segfaulting with:

build/bin/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java:440:
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

the line number references the line after EOF (i.e.
AbstractMethodDeclaration.java has 439 lines)

ignoring the errors in the first loop, and then rerunning the loop without
removing already built class files, the compilation succeeds for all files.


-- 
           Summary: [4.1 regression] ICE's when building the ecj compiler
                    3.1.1
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

end of thread, other threads:[~2006-01-06 19:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-19 10:30 [Bug java/24441] New: [4.1 regression] ICE's when building the ecj compiler 3.1.1 debian-gcc at lists dot debian dot org
2005-10-30 23:22 ` [Bug java/24441] " pinskia at gcc dot gnu dot org
2005-11-03 14:25 ` pinskia at gcc dot gnu dot org
2005-11-06 15:32 ` bero at arklinux dot org
2005-12-12 15:07 ` [Bug java/24441] [4.1/4.2 " overholt at redhat dot com
2005-12-12 15:58 ` aph at gcc dot gnu dot org
2005-12-12 16:10 ` overholt at redhat dot com
2005-12-12 16:38 ` aph at gcc dot gnu dot org
2005-12-12 19:05 ` bero at arklinux dot org
2006-01-06 19:39 ` 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).