From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28916 invoked by alias); 13 Nov 2013 20:40:40 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 28883 invoked by uid 55); 13 Nov 2013 20:40:40 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug c++/10541] GDB does not understand nested namespace aliases aliases Date: Wed, 13 Nov 2013 20:40:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: archer X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: swagiaal at redhat dot com X-Bugzilla-Target-Milestone: 6.8 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-q4/txt/msg00311.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=10541 --- Comment #1 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 74921315b6734554793a37f7a152878c45b7d4ac (commit) from 793156e67263707a4184321d9154dea6ad99575a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=74921315b6734554793a37f7a152878c45b7d4ac commit 74921315b6734554793a37f7a152878c45b7d4ac Author: Keith Seitz Date: Wed Nov 13 12:33:34 2013 -0800 PR c++/7539 PR c++/10541 This patch fixes some namespace alias bugs reported in the above bugs. Links to all mailing list discussion: https://sourceware.org/ml/gdb-patches/2013-07/msg00649.html https://sourceware.org/ml/gdb-patches/2013-09/msg00557.html https://sourceware.org/ml/gdb-patches/2013-11/msg00156.html ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 16 ++ gdb/cp-support.c | 12 ++- gdb/dwarf2read.c | 75 +++++++++- gdb/testsuite/ChangeLog | 9 + gdb/testsuite/gdb.cp/nsalias.cc | 23 +++ gdb/testsuite/gdb.cp/nsalias.exp | 322 +++++++++++++++++++++++++++++++++++++ gdb/testsuite/gdb.cp/nsrecurs.exp | 10 +- 7 files changed, 460 insertions(+), 7 deletions(-) create mode 100644 gdb/testsuite/gdb.cp/nsalias.cc create mode 100644 gdb/testsuite/gdb.cp/nsalias.exp -- You are receiving this mail because: You are on the CC list for the bug.