[patch] Correctly align arrays of int64_t on 32 bit systems

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Aug 7 11:06:55 PDT 2013


On 7 August 2013 11:24, Joerg Sonnenberger <joerg at britannica.bec.de> wrote:
> On Tue, Aug 06, 2013 at 11:39:34PM -0400, Rafael EspĂ­ndola wrote:
>> It is really odd that this was not noticed before, but we align
>>
>> long long int big[1024];
>>
>> to 4 bytes on 32 bit systems.
>
> Does your patch affect the alignof builtin or not?

I should not.


Cheers,
Rafael




More information about the cfe-commits mailing list