[Bug libgcj/24637] New: static and non-static declarations of missing type do not pass the verifier

thebohemian at gmx dot net gcc-bugzilla@gcc.gnu.org
Wed Nov 2 16:22:00 GMT 2005


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



More information about the Gcc-bugs mailing list