aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/verify.h
AgeCommit message (Collapse)AuthorFilesLines
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with ↵Tom Tromey1-1/+3
--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
2004-11-25verify.c (defer_merging): Don't use C++-style comment.Tom Tromey1-0/+1
* verify.c (defer_merging): Don't use C++-style comment. * verify.h (java_opcode): Added java_opcode_end. * class.c (build_class_ref): Remove C++ comment and old FIXME. From-SVN: r91277
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-0/+160
(Actual changes too large to list in the commit message; see ChangeLog.) From-SVN: r91270