aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1998-12-23 02:46:39 -0800
committerPer Bothner <bothner@gcc.gnu.org>1998-12-23 02:46:39 -0800
commit45b44fbed7110d8388a4eb4c0c16b39e35c4c16c (patch)
tree83bb261f70c82cce1bc6aa57cf487cf178f4c1e6 /gcc/java/lang.c
parent973838fdb39b9e8b41431189af47dcb422b7878b (diff)
downloadgcc-45b44fbed7110d8388a4eb4c0c16b39e35c4c16c.zip
gcc-45b44fbed7110d8388a4eb4c0c16b39e35c4c16c.tar.gz
gcc-45b44fbed7110d8388a4eb4c0c16b39e35c4c16c.tar.bz2
expr.c (process_jvm_instruction): Do load_type_state after JSR.
a * expr.c (process_jvm_instruction): Do load_type_state after JSR. * verify.c (verify_jvm_instructions): Fix off-by-one error. * jcf-write.c (CHECK_PUT): Add (void) cast to avoid -Wall warnings. (localvar_alloc): Change return type to void, (emit_unop): Remove unused variable size. * jcf-write.c (struct jcf_block): Add new union. (PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC): New macros. (call_cleanups): New functions. (struct jcf_partial): New fields num_finalizers and return_value_decl. (generate_bytecode_insns): Support CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR. Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR. * lang.c (lang_init): Call using_eh_for_cleanups. * parse.y (java_complete_lhs): For SYNCHRONIZED_EXPR, defer completing operands to patch_synchronized_statement. Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR. (patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR instead of TRY_EXPR. From-SVN: r24404
Diffstat (limited to 'gcc/java/lang.c')
0 files changed, 0 insertions, 0 deletions