From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5329 invoked by alias); 9 Feb 2005 09:34:35 -0000 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 Received: (qmail 5061 invoked by uid 48); 9 Feb 2005 09:34:21 -0000 Date: Wed, 09 Feb 2005 09:44:00 -0000 From: "hendrich at informatik dot uni-hamburg dot de" To: java-prs@gcc.gnu.org Message-ID: <20050209093418.19841.hendrich@informatik.uni-hamburg.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/19841] New: Inner classes problem X-Bugzilla-Reason: CC X-SW-Source: 2005-q1/txt/msg00300.txt.bz2 List-Id: gcj fails to compile the following testcases, while jikes, javac, and Eclipse allow the code. (Might be a duplicate of existing inner classes problem reports.) /* GCJ inner class problem */ import java.awt.*; public class SSS extends Canvas { int state = 0; public class Selector extends Dialog { public Selector( Frame parent ) { super( parent ); } public void foo() { state = 42; } } } -- Summary: Inner classes problem Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hendrich at informatik dot uni-hamburg dot de CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19841