[cfe-commits] [PATCH] Win64 (esp. mingw64) stuff

Douglas Gregor dgregor at apple.com
Tue Jan 18 09:08:31 PST 2011


On Jan 18, 2011, at 5:45 AM, NAKAMURA Takumi wrote:

> Good evening, Doug!
> 
> 2011/1/18 Douglas Gregor <dgregor at apple.com>:
>> I don't think we want this change in behavior. Previously, when sizeof(int) == sizeof(long), we would get 'int' rather than 'long', and we want to keep that. Please check sizeof(int) first, then sizeof(long), then sizeof(long long).
> 
> Thank you!
> 
> Sure, that makes sense. An improved patch is attached.
> Checked on x86_64-centos5, mingw(x86-64 and i686), and msvc10.

Looks good, thanks!

	- Doug





More information about the cfe-commits mailing list