Re: [fpc-devel] enums and integer auto conversion

2012-09-11 Thread Marco van de Voort
In our previous episode, Dani?l Mantione said: > Sets, are a bit more complicated: Their binary layout is defined in > Borland documentation, but this one of the few issues were FPC didn't > follow Borland. FPC has smallsets, up to 32 items and longsets, up to 256 > items. That's outdated, runn

Re: [fpc-devel] enums and integer auto conversion

2012-09-11 Thread Jonas Maebe
On 11 Sep 2012, at 06:18, Alexander Klenin wrote: > How about packed sets? Do they have well-defined memory layout? If > not, then maybe they should? Set packing only influences the number of bytes occupied by sets, not their internal layout. And I don't think that should change, because they