This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Testsuite failures in gdb.gdb/selftest.exp
On Wed, Jan 31, 2007 at 08:11:52PM +0100, Andreas Schwab wrote:
> Thus the line number information generated by gcc looks correct (address
> 110 is the first insn after the prologue).
It could still be a GCC bug - if the zero is reused for more things
than just that one store, as I hope it will be, then that's a perverse
line number to choose. But that's good enough; thank you for checking.
Patch is OK.
Eli, to answer your question: this is gdb.gdb/selftest.exp, which
debugs the just-compiled GDB binary (which was probably compiled
with optimization). It's one of the few tests of optimized code
that we have in the testsuite.
--
Daniel Jacobowitz
CodeSourcery