From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16807 invoked by alias); 18 Jun 2002 21:16:09 -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 16717 invoked by uid 71); 18 Jun 2002 21:16:04 -0000 Date: Tue, 18 Jun 2002 14:36:00 -0000 Message-ID: <20020618211603.16713.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Tom Tromey Subject: Re: java/7066: gcj generates invalid bytecode for inner classes Reply-To: Tom Tromey X-SW-Source: 2002-06/txt/msg00428.txt.bz2 List-Id: The following reply was made to PR java/7066; it has been noted by GNATS. From: Tom Tromey To: Bruno Haible Cc: gcc-gnats@gcc.gnu.org, Per Bothner Subject: Re: java/7066: gcj generates invalid bytecode for inner classes Date: 18 Jun 2002 15:23:03 -0600 Bruno> Thanks for the explanation. Is there a command line option for Bruno> gcj to produce Java 1.1 compliant class files? I mean, without Bruno> such an option, "gcj -C" is useless for me. There's no such option at this time. Per mentioned perhaps looking into this particular issue. I personally don't plan to in the forseeable future, sorry. It might be relatively easy to implement by hacking parse.y to put the field initialization after the superclass constructor call. (Plus adding a new command-line option, but that is easy.) Tom