The problem seems to go away if I lowered the optimization levels (from make.conf).
Something in yyparse seems to go wrong with too much optimization - I'm not sure if the machine code is directly involved, it might very well be overoptimization of the code used to generate the machine code.
Or does it run generated machine code while it compiles?
If the problem goes away by lowering the optimization levels for yyparse.c, should I make it do so per default, locally for yyparse.c?
/ Mirar
Previous text:
2003-01-09 14:03: Subject: --with-machine-code continued
Or try another version of gdb. Mine calls itself "GNU gdb 2002-04-01-cvs" (it's 5.2-ish) and has, as I said, no problems with the stack frames in the generated machine code on my x86 Linux.
/ Martin Stjernholm, Roxen IS