This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/30574] New: compiling JDK 1.4 bytecode with inner classes fails


Compiling the bytecode of a class with an inner class that was compiled with a
Sun JDK 1.4 fails:

$ gcj4.3 -c *.class -o test.o
FailingClass.java:0: 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.

But "gcj4.2 -c *.class -o test.o" works, so I guess this is a regression. It
works when the class is compiled with GCJ itself or a Sun JDK 1.5 or 1.6...


-- 
           Summary: compiling JDK 1.4 bytecode with inner classes fails
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mtrudel at gmx dot ch
 GCC build triplet: all
  GCC host triplet: all
GCC target triplet: all


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]