public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/24637]  New: static and non-static declarations of missing type do not pass the verifier
@ 2005-11-02 16:22 thebohemian at gmx dot net
  2006-01-23 16:24 ` [Bug libgcj/24637] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: thebohemian at gmx dot net @ 2005-11-02 16:22 UTC (permalink / raw)
  To: java-prs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-23 16:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-02 16:22 [Bug libgcj/24637] New: static and non-static declarations of missing type do not pass the verifier thebohemian at gmx dot net
2006-01-23 16:24 ` [Bug libgcj/24637] " pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).