From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32138 invoked by alias); 27 Aug 2004 18:08:35 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 32118 invoked by uid 48); 27 Aug 2004 18:08:34 -0000 Date: Fri, 27 Aug 2004 18:08:00 -0000 From: "ovidr at users dot sourceforge dot net" To: java-prs@gcc.gnu.org Message-ID: <20040827180830.17216.ovidr@users.sourceforge.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/17216] New: ICE in 3.5, error in 3.4.1 when compiling .class->.o X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00342.txt.bz2 List-Id: javac -target 1.1 stat.java gcj -c stat.class 3.4.1: stat$B.java:0: error: non-static method 'stat$B.internal_new_GC(int)' overrides static method 3.5: stat.class:0: internal compiler error: in size_binop, at fold-const.c:1707 class stat { public static void main(String[] a) { stat s = new stat(); } class B extends A { public long internal_new_GC(int a) { return 0L; } } public abstract class A implements I { } public interface I { public long internal_new_GC (int a); } } (might be related to PR 15888, but that one is compiling .java source, not .class) -- Summary: ICE in 3.5, error in 3.4.1 when compiling .class->.o Product: gcc Version: 3.4.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17216