Re: [fpc-pascal] Compilation error with compiler abort

2006-10-25 Thread Marco van de Voort
> geratestadoresintegridadereferencial.pas(3,8) Note: Ignored compiler switch > "$G" > geratestadoresintegridadereferencial.pas(1438,6) Fatal: Internal error > 200506183 That error seems to be a sanity check relating to "goto" or exceptions. Try to make an as minimal as possible program showing t

Re: [fpc-pascal] Compilation error with compiler abort

2006-10-24 Thread Florian Klaempfl
Suddenly I became to receive a strange error from FPC compiler. The log of konsole execution is showed below. It is running in Fedora Core 5 under VMWare. I try to compile under windows and receive the same error. Probably caused by an inline routine using goto. Remove the inline from the ro

[fpc-pascal] Compilation error with compiler abort

2006-10-24 Thread Nightrider
Hi !I'm developing a program in FPC. The success of this project will define the use of FPC as a approved tool here in my job.Suddenly I became to receive a strange error from FPC compiler. The log of konsole execution is showed below. It is running in Fedora Core 5 under VMWare. I try to compile u