From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32621 invoked by alias); 27 May 2014 13:56:32 -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 32612 invoked by uid 89); 27 May 2014 13:56:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f52.google.com Received: from mail-oa0-f52.google.com (HELO mail-oa0-f52.google.com) (209.85.219.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 27 May 2014 13:56:31 +0000 Received: by mail-oa0-f52.google.com with SMTP id eb12so9577785oac.39 for ; Tue, 27 May 2014 06:56:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=eQR5PkGuOs0e3p/180pbEF4WDiA+72N+Fxy7LNQi0Qg=; b=UfyfswzSgxf2N7kja743gN1k2FTCH81ErZnlrC5klE0NFcjmvvx1qUFs4ESp+1b3K4 zklXc7ROWXGIu8RcvQbMCY6XoB0/S9Df8/0Z9bSXSZpxUkYhpoQHt8cNgUmHXsRHXjL5 zNQR7/wYRqg1ZjlIjujTQBliltx8HoK7/lS9p7nYr5xYw34zR/1wLMCfv3JdzGpN1MhH Q+GeOPej3/ztj76AF39jP8DwR2ZzfnPeIYGwnW25q9/fdUlggAq3Y1YpB25IxYmOP+Fp /U3xHrroEMVbtXZrryW8hkcyvc/wfJP6mRVoT4oaAESG0vaVgrWWXdFhuwqSXOBtwZiY 5Tmg== X-Gm-Message-State: ALoCoQm7oVuwLwGS9WGfBM7xbzmHrPkEYGrUZ6L+F65jxJxM/kTR+JvjJWcof3ypScgh+N7HGwss MIME-Version: 1.0 X-Received: by 10.182.138.99 with SMTP id qp3mr17602299obb.69.1401198989281; Tue, 27 May 2014 06:56:29 -0700 (PDT) Received: by 10.60.118.39 with HTTP; Tue, 27 May 2014 06:56:29 -0700 (PDT) In-Reply-To: <1401191856-27585-2-git-send-email-palves@redhat.com> References: <1401191856-27585-1-git-send-email-palves@redhat.com> <1401191856-27585-2-git-send-email-palves@redhat.com> Date: Tue, 27 May 2014 13:56:00 -0000 Message-ID: Subject: Re: [PATCH 1/3] Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined From: Ian Lance Taylor To: Pedro Alves Cc: gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg02294.txt.bz2 On Tue, May 27, 2014 at 4:57 AM, Pedro Alves wrote: > > libiberty/ > 2014-05-26 Pedro Alves > > * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_FUNCTION_PARAM > and DEMANGLE_COMPONENT_NUMBER. This is OK. Thanks. Ian