[fpc-devel] data alignment and int64 (or qword, maybe any single piece of size 8 if any)

Alexander Todorov alexx.todorov at gmail.com
Mon May 15 13:57:22 CEST 2006


On 5/15/06, Пётр Косаревский <ppkk at mail.ru> wrote:
> begin
> writeln(sizeof(a)); // 12 ok!
> writeln(sizeof(b)); // 16    ???
> writeln(sizeof(c)); // 14 ok!
> writeln(sizeof(d)); // 16    ???
> writeln(sizeof(e)); // 12 ok!
> end.
> // I don't know the numbers on other platforms/systems

Linux, i386, FPC 2.0.2, results are the same.


More information about the fpc-devel mailing list