From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2422 invoked by alias); 31 Jan 2006 03:03:03 -0000 Received: (qmail 2402 invoked by uid 48); 31 Jan 2006 03:03:02 -0000 Date: Tue, 31 Jan 2006 03:03:00 -0000 Subject: [Bug java/26042] New: ICE in mark_reference_fields, at java/boehm.c:105 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "bje at gcc dot gnu dot org" 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 X-SW-Source: 2006-q1/txt/msg00074.txt.bz2 List-Id: This source file, when compiled with gcj produces an ICE: package x; class One { long l; // no ICE if this is int, not long int b; // no ICE if this line is gone; type doesn't matter } class Two { class Three extends One { } Three three () { return new Three (); } } The assertion failure is due to: /* If this reference slot appears to overlay a slot we think we already covered, then we are doomed. */ if (offset <= *last_view_index) abort (); -- Summary: ICE in mark_reference_fields, at java/boehm.c:105 Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bje at gcc dot gnu dot org GCC host triplet: powerpc-linux GCC target triplet: powerpc-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26042