From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19602 invoked by alias); 2 Nov 2005 16:22:59 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 19404 invoked by uid 48); 2 Nov 2005 16:22:38 -0000 Date: Wed, 02 Nov 2005 16:22:00 -0000 Subject: [Bug libgcj/24637] New: static and non-static declarations of missing type do not pass the verifier X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "thebohemian at gmx dot net" X-SW-Source: 2005-11/txt/msg00261.txt.bz2 List-Id: public class Foo { static MissingClass STATIC_MIA; } public class Foo2{ MissingClass NONSTATIC_MIA; } Foo and Foo2 should pass the verifier if the bytecode for MissingClass is absent. -- Summary: static and non-static declarations of missing type do not pass the verifier Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: thebohemian at gmx dot net ReportedBy: thebohemian at gmx dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24637