From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18308 invoked by alias); 24 Jan 2007 14:01:58 -0000 Received: (qmail 18288 invoked by uid 48); 24 Jan 2007 14:01:57 -0000 Date: Wed, 24 Jan 2007 14:01:00 -0000 Subject: [Bug java/30574] New: compiling JDK 1.4 bytecode with inner classes fails X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "mtrudel at gmx dot ch" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00177.txt.bz2 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 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