This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PING] Stop using build_int_cst_wide in java front end
On 06/10/2010 06:48 PM, Anatoly Sokolov wrote:
> 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?
OK: I presume you ran the libjava test suite.
Andrew.