From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127285 invoked by alias); 16 May 2015 14:03:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 127272 invoked by uid 89); 16 May 2015 14:03:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f182.google.com Received: from mail-qc0-f182.google.com (HELO mail-qc0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 16 May 2015 14:03:28 +0000 Received: by qcyk17 with SMTP id k17so70501272qcy.1 for ; Sat, 16 May 2015 07:03:26 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.147.68 with SMTP id 65mr17164376qht.51.1431785006643; Sat, 16 May 2015 07:03:26 -0700 (PDT) Received: by 10.229.215.4 with HTTP; Sat, 16 May 2015 07:03:26 -0700 (PDT) In-Reply-To: References: <5554A22B.1060503@redhat.com> Date: Sat, 16 May 2015 14:19:00 -0000 Message-ID: Subject: Re: [PATCH 6/7] [D] libiberty: Improve support for demangling D2 templates From: Iain Buclaw To: Joseph Myers Cc: Jeff Law , gcc-patches , Ian Lance Taylor Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg01482.txt.bz2 On 14 May 2015 at 19:47, Joseph Myers wrote: > On Thu, 14 May 2015, Iain Buclaw wrote: > >> On another note, I've found out why the remaining 20 symbols in my 75k >> sample failed. They don't fail at all! It's just that they were all >> greater than 33,000 characters in length, and my test used c++filt, >> which trims anything bigger than 32767 (whoops!). > > That would be a bug in c++filt (failure to follow the GNU Coding Standards > regarding having no arbitrary limits). > Good to know. I'll query the binutils maintainers on a fix for that then. Iain