From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14450 invoked by alias); 5 Apr 2006 00:21:02 -0000 Received: (qmail 14431 invoked by uid 48); 5 Apr 2006 00:21:01 -0000 Date: Wed, 05 Apr 2006 00:21:00 -0000 Subject: [Bug java/27037] New: Direct compile fails X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "taral at taral dot net" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q2/txt/msg00030.txt.bz2 List-Id: public class z { private class y { public y(long x) { this(x,w()); } public y(long x,long v) { } } private long w() { return 0; } } Fails to compile with "gcj -c", compiles fine with "gcj -C". Bytecode compiles with "gcj -c". -- Summary: Direct compile fails Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: taral at taral dot net GCC build triplet: x86_64-pc-linux-gnu GCC host triplet: x86_64-pc-linux-gnu GCC target triplet: x86_64-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27037