From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28265 invoked by alias); 3 Dec 2014 00:42:23 -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 28231 invoked by uid 55); 3 Dec 2014 00:42:22 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/17602] iterate_name_matcher passes arguments to strcmp_iw in reverse order? Date: Wed, 03 Dec 2014 00:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: 7.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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: 2014-q4/txt/msg00334.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17602 --- Comment #2 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 29f0c3b7b2b4fb46dd5ad29c72ae41a565f5ac60 (commit) from 72998fb37a6a4bc684ba86228e81f27c7a7609ca (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=29f0c3b7b2b4fb46dd5ad29c72ae41a565f5ac60 commit 29f0c3b7b2b4fb46dd5ad29c72ae41a565f5ac60 Author: Doug Evans Date: Tue Dec 2 16:40:38 2014 -0800 PR symtab/17602 gdb/ChangeLog: PR symtab/17602 * linespec.c (iterate_name_matcher): Fix arguments to symbol_name_cmp. gdb/testsuite/ChangeLog: PR symtab/17602 * gdb.cp/anon-ns.cc: Move guts of this file to ... * gdb.cp/anon-ns-2.cc: ... here. New file. * gdb.cp/anon-ns.exp: Update. ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 5 ++ gdb/linespec.c | 7 ++- gdb/testsuite/ChangeLog | 7 ++ gdb/testsuite/gdb.cp/anon-ns.cc | 69 +--------------------- gdb/testsuite/gdb.cp/anon-ns.exp | 4 +- gdb/testsuite/gdb.cp/{anon-ns.cc => anon-ns2.cc} | 5 +- 6 files changed, 24 insertions(+), 73 deletions(-) copy gdb/testsuite/gdb.cp/{anon-ns.cc => anon-ns2.cc} (98%) -- You are receiving this mail because: You are on the CC list for the bug.