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


Richard Guenther wrote:
this is because I'm feeding int_fits_type_p a (constant) pointer type:

The comment at the top of int_fits_type_p says it is supposed to be an integer type, which seems clear enough.


This question might make more sense if you explain what you are doing, and why you need to check whether a constant fits in a pointer type.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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