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: constant that doesn't fit in 32bits in alpha.c


I'd rather have a macro HOST_WIDE_INT_C in hwint.h (like INTMAX_C etc. in 
stdint.h).  HOST_WIDE_INT_1 is already defined in hwint.h to either 1L or 
1LL; I'd suggest defining HOST_WIDE_INT_C to concatenate with either L or 
LL (and then HOST_WIDE_INT_1 can be HOST_WIDE_INT_C (1), unconditionally).

-- 
Joseph S. Myers
joseph@codesourcery.com


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