On Thu, 17 Feb 2005, Paul Schlie wrote: > > Richard Guenther wrote: > > I'm getting an ICE in > > this is because I'm feeding int_fits_type_p a (constant) pointer type:
Actually I was feeding it a constant integer trying to ask if it would fit a pointer type. This makes TYPE_MIN_VALUE fail. All this index typing really is a mess - I'll post a current-status patch if it bootstraps and regtests on at least one 32bit and one 64bit platform. If only everyone would build4 ARRAY_REFs with TYPE_DOMAIN (..) typed indices... Richard.