From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10292 invoked by alias); 2 Jul 2011 19:47:09 -0000 Received: (qmail 10275 invoked by uid 9674); 2 Jul 2011 19:47:08 -0000 Date: Sat, 02 Jul 2011 19:47:00 -0000 Message-ID: <20110702194708.10274.qmail@sourceware.org> From: jkratoch@sourceware.org To: src-cvs@sourceware.org Subject: src/libiberty ChangeLog cp-demangle.c testsuit ... Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00003.txt.bz2 CVSROOT: /cvs/src Module name: src Branch: gdb_7_3-branch Changes by: jkratoch@sourceware.org 2011-07-02 19:47:08 Modified files: libiberty : ChangeLog cp-demangle.c libiberty/testsuite: demangle-expected Log message: commit f0c376c93cceeffce3e7b879c20a1ab9787e102d Author: Jan Kratochvil Date: Fri Jul 1 17:30:47 2011 +0000 libiberty/ PR debug/49408 * cp-demangle.c (d_print_comp): Suppress argument list for function references by the '&' unary operator. Keep also already processed variant without the argument list. Suppress argument list types for function call used in an expression. * testsuite/demangle-expected: Fix excessive argument list types in `test for typed function in decltype'. New testcase for no argument list types printed. 3 new testcases for function references by the '&' unary operator.. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.568.2.1&r2=1.568.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/cp-demangle.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.90.2.1&r2=1.90.2.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/libiberty/testsuite/demangle-expected.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.55.2.1&r2=1.55.2.2