This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [BC ABI] Merged with HEAD


Andrew Haley wrote:
> With this patch we get a clean bill of health on gcj-abi-2-dev-branch
> except for 
> 
> 1.  a definite assignment issue for which I've created a PR,
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15650

Is this a BC-only issue? What exactly is the testcase? I
tried:

  public class Foo
  {
    static final int x = 10;

    public static void main( String[] args)
    {
      System.out.println( "x = " + x);
    }
  }

with the "normal" compiler and it seemed to work
just fine.

Confused,
Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]