From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24373 invoked by alias); 14 Jul 2006 11:46:41 -0000 Received: (qmail 24175 invoked by uid 48); 14 Jul 2006 11:46:33 -0000 Date: Fri, 14 Jul 2006 11:46:00 -0000 Subject: [Bug java/28380] New: ICE compiling class implementing nested interface from class compiled from jar X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bim2006 at basistech dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg01043.txt.bz2 List-Id: A class compiled with the IBM Java 1.4.2 JDK defines a nested interface. I use gcj 4.1.1 to compile the using class and the jar containing the class containing the nested interface, and I receive, in return, a segv inside the compiler. I will post the complete repro materials. make[1]: Leaving directory `/home/benson/rlp50/java_batch_ne/gcj_testcase/o' (eval `/openpkg/etc/rc --eval all env`; gcj -fjni -findirect-dispatch --main=User User.java o/outer.jar) o/Outer.java: In class 'o.Outer': o/Outer.java: In constructor '()': o/Outer.java:14: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. -- Summary: ICE compiling class implementing nested interface from class compiled from jar Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bim2006 at basistech dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28380