[fpc-pascal] Strange debugging issue
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Apr 5 17:04:55 CEST 2010
On 05 Apr 2010, at 16:36, John Coppens wrote:
> gives:
>
> 654 if ch = eofchar then
> (gdb) n
> 655 sy := sps[ch]
> (gdb)
> 659 goto 1;
> (gdb)
> 661 symbol_read := true;
>
> Does this have anything to do with optimizations?
Unlikely. You can always disable the explicitly with -O-. Without a compilable example program that demonstrates the problem I cannot help further.
Jonas
More information about the fpc-pascal
mailing list