[fpc-pascal] FPC 2.4.2 i386 MacOS: Inc broken for Int64's

2011-03-20 Thread Tobias Giesen
Hello, my app uses the built-in Inc function to add Int64 variables. Unfortunately, they are treated as UInt32, so the values are truncated as 32 bit values. Wow! That is an impressive bug. I assume it is known? What's the recommendation, which FPC version should I use? Could it be an

Re: [fpc-pascal] FPC 2.4.2 i386 MacOS: Inc broken for Int64's

2011-03-20 Thread Jonas Maebe
On 20 Mar 2011, at 20:41, Tobias Giesen wrote: my app uses the built-in Inc function to add Int64 variables. Unfortunately, they are treated as UInt32, so the values are truncated as 32 bit values. Wow! That is an impressive bug. I assume it is known? It has been fixed in svn trunk