re PR java/19921 (wrong argument count for invokeInterface with new multidimensional...
authorTom Tromey <tromey@redhat.com>
Mon, 14 Feb 2005 20:04:36 +0000 (20:04 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 14 Feb 2005 20:04:36 +0000 (20:04 +0000)
commitadfec6a67bf360ba3698d732cce1a731692b578c
tree7b72ecddf6b7fbb2848584e0fe4f1248142efa31
parent9a06c1cb104070709c61f3c6cf8b913cd25f63d0
re PR java/19921 (wrong argument count for invokeInterface with new multidimensional array)

gcc/java:
PR java/19921:
* jcf-write.c (generate_bytecode_insns) <CALL_EXPR>: Note the
stack effect of multianewarray.

libjava:
For PR java/19929:
* testsuite/libjava.lang/PR19929.out: New file.
* testsuite/libjava.lang/PR19929.java: New file.

From-SVN: r95041
gcc/java/ChangeLog
gcc/java/jcf-write.c
libjava/ChangeLog
libjava/testsuite/libjava.lang/PR19929.java [new file with mode: 0644]
libjava/testsuite/libjava.lang/PR19929.out [new file with mode: 0644]