From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23214 invoked by alias); 9 Mar 2010 21:43:31 -0000 Received: (qmail 23196 invoked by uid 48); 9 Mar 2010 21:43:31 -0000 Date: Tue, 09 Mar 2010 21:43:00 -0000 Message-ID: <20100309214331.23195.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/42143] [4.3/4.4/4.5 Regression] gcj creates "dummy" variables In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "pjames at avtrex dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2010-q1/txt/msg00139.txt.bz2 ------- Comment #3 from pjames at avtrex dot com 2010-03-09 21:43 ------- I was able to reproduce in Fedora Core 6 and Fedora Core 11 mipsel-linux-gcc (GCC) 4.3.4 20090326 (prerelease) I was able to avoid the problem by first compiling my .java files to .class files, then compiling the .class files to .o files. (compiling straight from .java to .o introduced the dummy symbol) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143