OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [testsuite/] [libjava.lang/] [PR19921.java] - Rev 765

Compare with Previous | Blame | View Log

interface I {
    void f(Object x);
}
 
class PR19921 {
    static void g(I i) {
      // gcj used to create invalid bytecode for this.
      i.f(new Object[1][1]);
    }
  public static void main(String[] args) { }
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.