public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/1284: "bad class index 0" error compiling javac/jikes anonymous class bytecode
@ 2000-12-20 12:23 bryce
  0 siblings, 0 replies; only message in thread
From: bryce @ 2000-12-20 12:23 UTC (permalink / raw)
  To: java-gnats

>Number:         1284
>Category:       java
>Synopsis:       "bad class index 0" error compiling javac/jikes anonymous class bytecode
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apbianco
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:18:39 PST 2000
>Closed-Date:    
>Last-Modified:  
>Originator:     Bryce McKinlay
>Release:        gcc version 2.96 20000608 (experimental)
>Organization:
>Environment:
linux
>Description:
The bytecode for the following test case, as produced
by jikes or javac, fails to compile in gcj:

$ gcj -c PR264*.class
PR264.java:0: bad class index 0
PR264.java: In class `PR264':
PR264.java: In method `main(java.lang.String[])':
PR264.java:0: bad class index 0
>How-To-Repeat:
public class PR264
{
  public static void main(String[] args)
  {
    Object obj = new Object() {};
  }
}
>Fix:

>Release-Note:
>Audit-Trail:

Formerly PR gcj/264

>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-20 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:23 java/1284: "bad class index 0" error compiling javac/jikes anonymous class bytecode bryce

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).