From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30389 invoked by alias); 28 Mar 2006 01:14:51 -0000 Received: (qmail 30224 invoked by uid 48); 28 Mar 2006 01:14:47 -0000 Date: Tue, 28 Mar 2006 01:14:00 -0000 Message-ID: <20060328011447.30223.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/26042] ICE in mark_reference_fields, at java/boehm.c:105 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" 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-03/txt/msg02693.txt.bz2 List-Id: ------- Comment #8 from tromey at gcc dot gnu dot org 2006-03-28 01:14 ------- One curiosity I noticed while debugging is that in layout_type, class Two has size 128 (in bits). This value is incorrect. Once we reach the code to compute the GC descriptor, the size is 192. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26042