On 11/23/2013 07:22 PM, Mike Stump wrote: > java: > * boehm.c: Include wide-int.h. > (mark_reference_fields): Use a wide_int mask. > (get_boehm_type_descriptor): Use wide-int interfaces. > * expr.c: Include wide-int.h. > (build_newarray): Remove bogus "== INTEGER_CST". > (expand_java_pushc): Use real_from_integer. > (build_field_ref): Use INT_CST_LT instead of INT_CST_LT_UNSIGNED. > * jcf-parse.c: Include wide-int.h. > (get_constant): Use wide-int interfaces.
This looks reasonable, thanks. Andrew.