re GNATS gcj/129 (Static array length access bug in gcj)
* libjava.compile/PR129_B.java: New file. * libjava.compile/support/PR129_A.java: New file. For PR gcj/129. From-SVN: r32340
This commit is contained in:
committed by
Anthony Green
parent
c261e080ef
commit
18ca9ce723
@@ -0,0 +1,9 @@
|
||||
import support.PR129_A;
|
||||
|
||||
public class PR129_B {
|
||||
public static void main ( String[] args ) {
|
||||
int length = PR129_A.strArr.length;
|
||||
System.out.println ( "Array length: " + length );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user