tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] casting bug?


From: Henrik Nordstrom
Subject: Re: [Tinycc-devel] casting bug?
Date: Tue, 12 Jul 2005 04:14:24 +0200 (CEST)



On Mon, 11 Jul 2005, Greg Haerr wrote:

: For one thing, sizeof(void*) is much larger
: than sizeof(int) on the most common 64-bit architectures.

Interesting discussion.  What's sizeof(void*) on these
common 64-bit architectures?

LP64 platforms commonly has

sizeof(void *) == 8
sizeof(long long) == 8
sizeof(long) == 8
sizeof(int) == 4
sizeof(short) == 2
sizeof(char) == 1

Regards
Henrik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]