[PING] Stop using build_int_cst_wide in java front end
Anatoly Sokolov
aesok@post.ru
Thu Jun 10 17:47:00 GMT 2010
Hi
Ping.
http://gcc.gnu.org/ml/gcc-patches/2010-05/msg02360.html
/java
* decl.c (java_init_decl_processing): Use double_int_to_tree instead
of build_int_cst_wide.
* boehm.c (set_bit): Remove.
(mark_reference_fields): Use double_int type for 'mask' argument.
Use double_int_setbit instead of set_bit.
(get_boehm_type_descriptor): Use double_int_setbit instead of
set_bit. Use double_int_to_tree instead of build_int_cst_wide
Bootstrapped/regtested on x86_64-unknown-linux-gnu for c and java.
OK for mainline?
Anatoly.
More information about the Java-patches
mailing list