[BC ABI] Merged with HEAD

Ranjit Mathew rmathew@gmail.com
Wed May 26 13:49:00 GMT 2004


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/



More information about the Java-patches mailing list