This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PING^2] Stop using build_int_cst_wide in java front end


From: "Anatoly Sokolov" <aesok@post.ru>
To: "Anatoly Sokolov" <aesok@post.ru>; <gcc-patches@gcc.gnu.org>; <java-patches@gcc.gnu.org>
Sent: Thursday, June 10, 2010 9:48 PM
Subject: [PING] Stop using build_int_cst_wide in java front end



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]