This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Regression for gdb.cp/koenig.exp: p entry (c) [Re: [RFA] Fix c++/16253 (tag/variable name collision)]
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 17 Apr 2014 21:03:03 +0200
- Subject: Regression for gdb.cp/koenig.exp: p entry (c) [Re: [RFA] Fix c++/16253 (tag/variable name collision)]
- Authentication-results: sourceware.org; auth=none
- References: <532C810F dot 7010809 at redhat dot com> <20140326134048 dot GA24501 at adacore dot com> <5346E8EA dot 1070705 at redhat dot com>
Hi Keith,
b50c861487bb7d71185777193a9246bac81e4f26 is the first bad commit
commit b50c861487bb7d71185777193a9246bac81e4f26
Author: Keith Seitz <keiths@redhat.com>
Date: Mon Apr 14 15:47:15 2014 -0700
Remove symbol_matches_domain. This fixes
PR c++/16253.
FAIL: gdb.cp/koenig.exp: p entry (c)
p entry (c)
A syntax error in expression, near `c)'.
(gdb) FAIL: gdb.cp/koenig.exp: p entry (c)
Reproducible on Fedora 20 x86_64.
Jan