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

Joerg Sonnenberger joerg at britannica.bec.de
Wed Aug 7 08:24:33 PDT 2013


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?

Joerg



More information about the cfe-commits mailing list