This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: TYPE_MIN_VALUE and pointer types


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]