OSDN Git Service

* tree.c (int_fits_type_p): Extract generic checks from the case
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Apr 2003 21:59:54 +0000 (21:59 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Apr 2003 21:59:54 +0000 (21:59 +0000)
commitddb425f34207d6efd0425a9bfc5a9340c7d73931
treed6f78a17177abce92c003a3fe0b73ef57a45b129
parentabecbfc664cce98005dd0dc168a2e30196e1ddf8
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65598 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree.c
gcc/tree.h