Bug 21624

Summary: java source files cannot be compiled to bcabi [indirect dispatch]
Product: gcc Reporter: Paolo Bonzini <bonzini>
Component: javaAssignee: Andrew Haley <aph>
Status: RESOLVED FIXED    
Severity: normal CC: eclipse.lists, gcc-bugs, java-prs, timo.lindfors
Priority: P2    
Version: 4.1.0   
Target Milestone: 4.3.0   
Host: Target:
Build: Known to work:
Known to fail: Last reconfirmed:
Bug Depends on: 28067    
Bug Blocks: 12725    

Description Paolo Bonzini 2005-05-17 14:42:29 UTC
The simplest crash that I found is this:

public class AAA
{
  static final Object cm = new Integer (2);
}

This is blocking 20155, which could easily be fixed now that libjava is built a
directory at a time.
Comment 1 Andrew Haley 2005-05-17 14:49:46 UTC
*** Bug 18945 has been marked as a duplicate of this bug. ***
Comment 2 Andrew Haley 2005-05-17 14:53:33 UTC
*** Bug 20088 has been marked as a duplicate of this bug. ***
Comment 3 Andrew Haley 2006-08-11 11:14:32 UTC
This one wiil get fixed with the merge of the ecj branch.
Comment 4 Tom Tromey 2007-01-09 20:47:36 UTC
All gcj front end bugs have been fixed by the gcj-eclipse branch merge.
I'm mass-closing the affected PRs.
If you believe one of these was closed in error, please reopen it
with a note explaining why.
Thanks.