From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15099 invoked by alias); 29 Jan 2003 21:36:00 -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 15072 invoked by uid 71); 29 Jan 2003 21:36:00 -0000 Date: Wed, 29 Jan 2003 21:36:00 -0000 Message-ID: <20030129213600.15071.qmail@sources.redhat.com> To: aph@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Tom Tromey Subject: Re: java/8138: Compiler chokes with -O3, "fatal error reading class for second time" Reply-To: Tom Tromey X-SW-Source: 2003-01/txt/msg01712.txt.bz2 List-Id: The following reply was made to PR java/8138; it has been noted by GNATS. From: Tom Tromey To: Andrew Haley Cc: aph@gcc.gnu.org, adam@xwt.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, java-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: java/8138: Compiler chokes with -O3, "fatal error reading class for second time" Date: 29 Jan 2003 14:26:30 -0700 >> I don't know if it is the same bug, but a current build of rhug using >> 3.3 on x86 will give this error while building xalan. Andrew> With -O3? With -O2. I found the bug, sort of. I have a patch I only partly understand. Tom