From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14581 invoked by alias); 6 Jan 2005 02:19:47 -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 14566 invoked by uid 48); 6 Jan 2005 02:19:46 -0000 Date: Thu, 06 Jan 2005 02:19:00 -0000 Message-ID: <20050106021946.14565.qmail@sourceware.org> From: "mckinlay at redhat dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20050106021930.19285.mckinlay@redhat.com> References: <20050106021930.19285.mckinlay@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/19285] Interfaces not initialized by static field access X-Bugzilla-Reason: CC X-SW-Source: 2005-q1/txt/msg00019.txt.bz2 List-Id: ------- Additional Comments From mckinlay at redhat dot com 2005-01-06 02:19 ------- gij also fails to execute this bytecode: $ gij Test Exception in thread "main" java.lang.IncompatibleClassChangeError: field Test.foo was not found. at Test.main (Test.java:5) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19285