This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Standards compliant preprocessor arithmetic
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: Geoff Keating <geoffk at geoffk dot org>, <gcc-patches at gcc dot gnu dot org>, Zack Weinberg <zack at codesourcery dot com>
- Date: Mon, 27 May 2002 18:17:12 +0100 (BST)
- Subject: 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