re PR java/20056 ('verification failed: incompatible type on stack' with --indirect...
authorTom Tromey <tromey@redhat.com>
Sat, 19 Feb 2005 01:14:17 +0000 (01:14 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 19 Feb 2005 01:14:17 +0000 (01:14 +0000)
commit1870a43b3e9ab55bc5b29284c64be32d08989bf3
tree70744c5a070902162b614e77d6868d603b6be97f
parent4c334b377cb494b44fabd5f5263d53863f051748
re PR java/20056 ('verification failed: incompatible type on stack' with --indirect-dispatch)

PR java/20056:
* verify-glue.c (vfy_class_has_field): New function.
* verify.h (vfy_class_has_field): Declare.
* verify-impl.c (check_field_constant): Added 'putfield'
argument.
(verify_instructions_0): Updated.
(types_equal): New function.

From-SVN: r95258
gcc/java/ChangeLog
gcc/java/verify-glue.c
gcc/java/verify-impl.c
gcc/java/verify.h