Author: jakub
Date: Thu Oct 16 06:50:30 2008
New Revision: 141164
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141164
Log:
PR tree-optimization/37525
* tree.c (int_fits_type_p): Rewrite using double_int. Zero extend
sizetype unsigned constants, both in the case of C and bounds.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree.c