This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: creating the gdb-7.4 branch tomorrow (?)
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Joel Brobecker <brobecker at adacore dot com>, gdb-patches at sourceware dot org
- Date: Wed, 7 Dec 2011 09:00:11 +0100
- Subject: Re: creating the gdb-7.4 branch tomorrow (?)
- References: <20111205081911.GG28486@adacore.com> <m34nxdoawj.fsf@fleche.redhat.com>
On Tue, 06 Dec 2011 18:41:32 +0100, Tom Tromey wrote:
> Here is the series I am checking in.
There is a regression for 32-bit targets on Fedora 16:
FAIL: gdb.cp/ovsrch.exp: break A::outer::foo (char*) const if (a == 3)
FAIL: gdb.cp/ovsrch.exp: break 'A::outer::foo (char*) const' if (a == 3)
FAIL: gdb.cp/ovsrch.exp: break A::outer::foo (int) const if (a == 3)
FAIL: gdb.cp/ovsrch.exp: break 'A::outer::foo (int) const' if (a == 3)
FAIL: gdb.cp/ovsrch.exp: break A::B::inner::foo (char*) const if (a == 3)
FAIL: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (char*) const' if (a == 3)
FAIL: gdb.cp/ovsrch.exp: break A::B::inner::foo (int) const if (a == 3)
FAIL: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (int) const' if (a == 3)
There may be more regressions like for gdb.cp/static-method.exp but they have
some more difficult reproducibility, I have sent you the full log off-list.
Thanks,
Jan