jcf-write.c (generate_bytecode_insns): Use qualifying type for non-static method calls.

gcc/java
	* jcf-write.c (generate_bytecode_insns): Use qualifying type for
	non-static method calls.
libjava
	* testsuite/libjava.jacks/jacks.xfail: Removed
	13.1-runtime-method-5.

From-SVN: r112102
This commit is contained in:
Tom Tromey
2006-03-16 00:08:12 +00:00
committed by Tom Tromey
parent 34a9f549fd
commit b32d6f93f8
4 changed files with 29 additions and 10 deletions
+5
View File
@@ -1,3 +1,8 @@
2006-03-15 Tom Tromey <tromey@redhat.com>
* testsuite/libjava.jacks/jacks.xfail: Removed
13.1-runtime-method-5.
2006-03-15 Tom Tromey <tromey@redhat.com>
PR java/26638: