From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2862 invoked by alias); 16 Mar 2002 12:37:21 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 2829 invoked by uid 61); 16 Mar 2002 12:37:18 -0000 Date: Sat, 16 Mar 2002 04:37:00 -0000 Message-ID: <20020316123717.2828.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jean.brefort@ac-dijon.fr, nobody@gcc.gnu.org From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jean.brefort@ac-dijon.fr, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: c++/5965: g++ crashes while compiling hotspot1.3.1 from jdk1.3.1 X-SW-Source: 2002-03/txt/msg00570.txt.bz2 List-Id: Synopsis: g++ crashes while compiling hotspot1.3.1 from jdk1.3.1 State-Changed-From-To: open->closed State-Changed-By: rodrigc State-Changed-When: Sat Mar 16 04:37:16 2002 State-Changed-Why: I can reproduce your problem if I compile your testcase with: g++ -O3 -c classFileParser.ii gcc 3.1 20020315 (prerelease) compiles the code without crashing. There are lots of warnings on the code though: /home/brefort/installs/jdk-src/hotspot1.3.1/src/share/vm/runtime/threadLocalEden.hpp:113: warning: invalid offsetof from non-POD type `class ThreadLocalEden'; use pointer to member instead http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5965