re: [fpc-pascal] Suspected Strange Error in FPC

2005-09-15 Thread David Emerson
> [...] first I will get a problem, > then sometimes if I add comments, all of a sudden the problem vanishes > and I get clean compiles that do work. First thing that comes to mind: uninitialized local variables? That's almost always the cause when I have problems that change or vanish with co

Re: [fpc-pascal] Suspected Strange Error in FPC

2005-09-15 Thread Peter Vreman
> I know this is a bit of a frustrating (pseudo-) bug report, but it's a > frustrating problem which isn't consistent. The problem could also be > that the generated program is exceeding some limit in FPC in different > ways and causing spurious errors as a result. > > I think the next step is to

Re: [fpc-pascal] Suspected Strange Error in FPC

2005-09-15 Thread Florian Klaempfl
[EMAIL PROTECTED] wrote: Did you take into care that FPC handles in standard mode nested comments correctly? I.e. { { } is an error while it works for other compilers? FPC expects { { } } (same applies to (* *)). ___ fpc-pascal maillist - fpc-pascal@l