On Mon, Apr 5, 2010 at 22:16, spop at gcc dot gnu dot org <gcc-bugzi...@gcc.gnu.org> wrote: > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157977 > Log: > Use build_nonstandard_integer_type.
This commit seems to create problems both in chrec_convert and in the niter estimations: these use unsigned_type_for and signed_type_for that fail by returning NULL_TREE when the type is one that is returned by build_nonstandard_integer_type.