[Bug java/16113] New: ICE: Segmentation fault when compiling bytecode with debugging info and try/catch

bonniot at users dot sf dot net gcc-bugzilla@gcc.gnu.org
Mon Jun 21 13:00:00 GMT 2004


If I compile the attached class rawArray with javac -g, and then compile the
bytecode using gcj (3.5.0 20040613 from Debian gcc-snapshot), I get:
rawArray.java: In class `rawArray':
rawArray.java: In method `rawArray.gconvert()':
rawArray.java:10: internal compiler error: Segmentation fault

No error without the -g option to javac, or if I use gcj 3.3.4, so this is a
regression.

-- 
           Summary: ICE: Segmentation fault when compiling bytecode with
                    debugging info and try/catch
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bonniot at users dot sf dot net
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
  GCC host triplet: i386-debian-linux-gnu


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



More information about the Java-prs mailing list