summaryrefslogtreecommitdiffstats
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 21:10:49 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 21:10:49 +0000
commit2e18d182dfcb13eb14b09a9dd8fea8f7d7bffd2b (patch)
tree9d0e7f2e3d8eea9278d7553dc439c5ea0969d3da /gcc/java/lang.c
parent376d874ca307abf96dfa8e3fe55525dd3a653cbd (diff)
downloadppe42-gcc-2e18d182dfcb13eb14b09a9dd8fea8f7d7bffd2b.tar.gz
ppe42-gcc-2e18d182dfcb13eb14b09a9dd8fea8f7d7bffd2b.zip
2005-03-04 Bryce McKinlay <mckinlay@redhat.com>
* verify-glue.c (vfy_is_assignable_from): Perform static check using can_widen_reference_to if the C++ ABI is in use. (vfy_get_interface_count, vfy_get_interface): Remove unused functions. * verify-impl.c (debug_print, make_utf8_const, init_type, copy_type, type_isresolved, init_state, set_pc, state_get_pc, _Jv_BytecodeVerifier): Clean up unused and disabled functions. (verify_fail): Report the current PC from the verifier context. (free_state): Remove #if 0 block to enable this function. (free_verifier_context): Call free_state on state_list iterator values before freeing them. * expr.c (pop_type_0): Pop correct type for error message when stack contains a multi-word type. 2005-03-04 Ranjit Mathew <rmathew@hotmail.com> * expr.c (build_java_array_length_access): Remove !flag_new_verifier for known NULL array length access. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96044 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index d36aa1bc4f3..67bc0e48e1e 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -134,7 +134,7 @@ int flag_deprecated = 1;
int flag_verify_invocations = 0;
/* True if the new bytecode verifier should be used. */
-int flag_new_verifier = 0;
+int flag_new_verifier = 1;
/* When nonzero, print extra version information. */
static int v_flag = 0;
OpenPOWER on IntegriCloud