Re: [fpc-pascal] fpc198 and old bugs

2005-03-09 Thread Bartek
- Original Message - From: "Peter Vreman" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Tuesday, March 08, 2005 10:12 PM Subject: Re: [fpc-pascal] fpc198 and old bugs > >//--

Re: [fpc-pascal] fpc198 and old bugs

2005-03-08 Thread Peter Vreman
At 21:15 8-3-2005, you wrote: hi, i've just downloaded fpc198 and tried the following out. (there was a bug with the stack in fpc) //-- program bug2; uses sysutils; type tmmxint =array[0..3] of smallint; const

[fpc-pascal] fpc198 and old bugs

2005-03-08 Thread Bartek
hi, i've just downloaded fpc198 and tried the following out. (there was a bug with the stack in fpc) //-- program bug2; uses sysutils; type tmmxint =array[0..3] of smallint; const x0 :tmmxint=(0,0,0,0); va

[fpc-pascal] fpc198 and old bugs

2005-02-25 Thread Bartek
hi, i've just downloaded fpc198 and tried the following out. (there was a bug with the stack in fpc) //-- program bug2; uses sysutils; type tmmxint =array[0..3] of smallint; const x0 :tmmxint=(0,0,0,0); va