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: Standards compliant preprocessor arithmetic


On Mon, 27 May 2002, Neil Booth wrote:

> We could have the GNU versions of c89 and c94 use intmax_t.
> Does that sound OK?

The test for long long support is -pedantic.  This means you need either
to use the laxity about what type is used, or support multiple types.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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