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,6 @@
|
||||
package support;
|
||||
|
||||
public class PR129_A {
|
||||
public static String[] strArr = { "A", "B", "C" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user