This is the mail archive of the gcc-patches@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: __SIZE_TYPE__ and friends out of specs


On Tue, May 14, 2002 at 01:44:26AM +0100, Joseph S. Myers wrote:
> On Mon, 13 May 2002, Zack Weinberg wrote:
> 
> > Now we have infrastructure for defining macros from the C front end,
> > we can get rid of a bunch of spec gunk on all architectures where
> > pseudo-intrinsic types (size_t etc) vary at runtime.
> 
> <limits.h> (and all the spec gunk for __INT_MAX__ and __LONG_MAX__) next?
> The patch for glimits.h is at 
> http://gcc.gnu.org/ml/gcc-patches/2002-04/msg01674.html - it just needs 
> the compiler to define the right macros and all the associated spec gunk 
> to go away.

Yeah, that's the plan.  I mean to move __REGISTER_PREFIX__,
__USER_LABEL_PREFIX__, and __VERSION__ too.  One thing at a time,
though.

zw


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