Re: [fpc-devel] Threading / Synchronization

2005-01-17 Thread Vincent Snijders
Pedro Lopez-Cabanillas wrote: Hi, The attached program works well under Linux when compiled with Kylix3. It counts from 1 to 10 and ends. FPC compiles it, but doesn't work (loops forever). Seems that CheckSynchronize doesn't work (or perhaps TThread.Synchronize?). Another issue:

[fpc-devel] Bug in compiler after fixes applied: 2005/01/10 21:50:05 jonas

2005-01-17 Thread Alexey Barkovoy
Fixes description: 2005/01/10 21:50:05 jonas + support for passing records in registers under darwin * tcgpara now also has an intsize field, which contains the size in bytes of the whole parameter I've initially filled bug report here:

Re: [fpc-devel] Bug in compiler after fixes applied: 2005/01/10 21:50:05 jonas

2005-01-17 Thread Jonas Maebe
On 17 jan 2005, at 15:18, Alexey Barkovoy wrote: {$ifndef cpu64bit} // Old code --- //if left.location.size in [OS_64,OS_S64] then // New code --- //{ don't call the cg64 stuff for 8-byte sized records etc } //if