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/16113] New: ICE: Segmentation fault when compiling bytecode with debugging info and try/catch


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


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