This is the mail archive of the java-prs@sourceware.cygnus.com 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]

Re: libgcj/93


The following reply was made to PR libgcj/93; it has been noted by GNATS.

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: java-gnats@sourceware.cygnus.com
Cc:  
Subject: Re: libgcj/93
Date: Fri, 21 Apr 2000 22:05:35 -0700 (PDT)

 Jeff Sturm writes:
 >  I think we're OK now.  With the new GC I can run Kaffe's
 >  GCTest.java without failure.  The new compiler may have helped too.
 
 Speaking of which, I'd be interested to know if you can use array
 featuring 2 or more dimensions? Something like:
 
   int x[][] = {{1,2},{3,4}};
   ...
   for (int i = 0; i < x.length; i++)
     for (int j = 0; j < x[i].length; j++)
       System.out.println ("x["+i+"]["+j+"]="+x[i][j]);
 
 If this doesn't work, I posted a patch that I'd like you to try.
 
 Thanks,
 
 ./A

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