]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.c (int_fits_type_p): Extract generic checks from the case of constant type bounds.
authorOlivier Hainque <hainque@act-europe.fr>
Mon, 14 Apr 2003 21:59:54 +0000 (23:59 +0200)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Apr 2003 21:59:54 +0000 (17:59 -0400)
commit4694840a01cc4b82378fdfbbf7d7d8a5c7426b54
treed6f78a17177abce92c003a3fe0b73ef57a45b129
parent4147232b5c88a1aa647626825cd98516f9ffb0d7
tree.c (int_fits_type_p): Extract generic checks from the case of constant type bounds.

* tree.c (int_fits_type_p): Extract generic checks from the case
of constant type bounds. Refine the checks against constant type
bounds to allow for possible decisions against each of these bounds
without requiring both bounds to be constant.
(tree_int_cst_msb): Put back.
* tree.h (tree_int_cst_msb): Likewise.

From-SVN: r65598
gcc/ChangeLog
gcc/tree.c
gcc/tree.h