This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TYPE_MIN_VALUE and pointer types
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: Paul Schlie <schlie at comcast dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 17 Feb 2005 15:14:11 +0100 (CET)
- Subject: 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.