This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Standards compliant preprocessor arithmetic
- From: Richard Henderson <rth at redhat dot com>
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 26 May 2002 14:51:07 -0700
- Subject: Re: Standards compliant preprocessor arithmetic
- References: <20020526195848.GA24274@daikokuya.demon.co.uk>
On Sun, May 26, 2002 at 08:58:48PM +0100, Neil Booth wrote:
> Why is "long" not enough for a 32->64 bit cross?
We need 67-bit integers for bit offsets for Ada, which
means we use TImode.
r~