double-int.h (double_int_ior): New function.
commit1961ffb8cd83ccb0f91ce9b3015bb3290f48b04b
authorAnatoly Sokolov <aesok@post.ru>
Wed, 19 May 2010 20:09:57 +0000 (20 00:09 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Wed, 19 May 2010 20:09:57 +0000 (20 00:09 +0400)
tree89268be053049f4ffb484bf22fb0818f0c2db8b7
parent9908949ca643e02d6a07fef3742d50f389a80def
double-int.h (double_int_ior): New function.

* double-int.h (double_int_ior): New function.
* tree.h (build_int_cst_wide_type): Remove.
* tree.c (build_int_cst_wide_type): Remove.
* fold-const.c (native_interpret_int): Use double_int_to_tree instead
of build_int_cst_wide_type.
* stor-layout.c (set_sizetype): (Ditto.).
* dojump.c (do_jump): Use build_int_cstu instead of
build_int_cst_wide_type.

/java
* jcf-parse.c (get_constant): Use double_int_to_tree instead of
build_int_cst_wide_type.

From-SVN: r159595
gcc/ChangeLog
gcc/dojump.c
gcc/double-int.h
gcc/fold-const.c
gcc/java/ChangeLog
gcc/java/jcf-parse.c
gcc/stor-layout.c
gcc/tree.c
gcc/tree.h