Re: [fpc-devel] ICE when compiling a 3-line program

2008-01-28 Thread Peter Vreman
> On Jan 28, 2008 6:00 PM, Sergei Gorelkin <[EMAIL PROTECTED]> wrote: >> Joost van der Sluis wrote: >> > I've compiled your program and it gives a nice error-message about a >> > missing 'begin'. >> > >> > I also used fpc version 2.2.0, and that also works. (i386-linux and >> > x86_64-linux) >> >

Re: [fpc-devel] ICE when compiling a 3-line program

2008-01-28 Thread Miguel Ojeda
On Jan 28, 2008 6:00 PM, Sergei Gorelkin <[EMAIL PROTECTED]> wrote: > Joost van der Sluis wrote: > > I've compiled your program and it gives a nice error-message about a > > missing 'begin'. > > > > I also used fpc version 2.2.0, and that also works. (i386-linux and > > x86_64-linux) > > > > So wa

Re: [fpc-devel] ICE when compiling a 3-line program

2008-01-28 Thread Sergei Gorelkin
Joost van der Sluis wrote: I've compiled your program and it gives a nice error-message about a missing 'begin'. I also used fpc version 2.2.0, and that also works. (i386-linux and x86_64-linux) So was there also something else? Looks like there wasn't. At my site, with trunk version of FPC,

Re: [fpc-devel] ICE when compiling a 3-line program

2008-01-28 Thread Joost van der Sluis
Op maandag 28-01-2008 om 15:51 uur [tijdzone +0100], schreef Miguel Ojeda: > When I was practicing my Pascal's skills yesterday before an exam, I > managed to ICE fpc. Nice to hear that there are still ppl having exams for pascal. > I thought it was a bug in the fpc of my Debian > distribution.

[fpc-devel] ICE when compiling a 3-line program

2008-01-28 Thread Miguel Ojeda
Hi! When I was practicing my Pascal's skills yesterday before an exam, I managed to ICE fpc. I thought it was a bug in the fpc of my Debian distribution. However, I tried to compile the program in a server of my faculty and also fpc crashed there. I don't know if someone has reported this before