[gnu.gdb.bug] GDB 3.0 bugs on calvin

rms@WHEATIES.AI.MIT.EDU (Richard Stallman) (12/31/88)

1. cd to /usr/rms/gcc-1.32.  Do gdb cc1-loser.
It will dump core.

2. Now do
gdb cc1
b find_reloads if insn.fld[0].rtint==9
r tsti1.co -O -g

when it gets to the breakpoint, do `bt 3'
and you will see a phony stack frame listed with no function name,
in between find_reloads and reload.  But there is no frame between
the two!