From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21706 invoked by alias); 21 Oct 2009 14:49:38 -0000 Received: (qmail 21686 invoked by uid 22791); 21 Oct 2009 14:49:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Oct 2009 14:49:31 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id n9LEnSlj001796 for ; Wed, 21 Oct 2009 07:49:29 -0700 Received: from fxm26 (fxm26.prod.google.com [10.184.13.26]) by zps76.corp.google.com with ESMTP id n9LEnOdP011383 for ; Wed, 21 Oct 2009 07:49:26 -0700 Received: by fxm26 with SMTP id 26so7418473fxm.47 for ; Wed, 21 Oct 2009 07:49:24 -0700 (PDT) Received: by 10.204.8.145 with SMTP id h17mr7981655bkh.156.1256136564577; Wed, 21 Oct 2009 07:49:24 -0700 (PDT) Received: from coign.google.com ([67.218.109.86]) by mx.google.com with ESMTPS id 14sm310135bwz.9.2009.10.21.07.49.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Oct 2009 07:49:23 -0700 (PDT) To: Jakub Jelinek Cc: Jason Merrill , gcc-patches@gcc.gnu.org Subject: Re: [C++ PATCH] Fix mangling of very long names References: <20091021130337.GJ14664@tyan-ft48-01.lab.bos.redhat.com> From: Ian Lance Taylor Date: Wed, 21 Oct 2009 15:25:00 -0000 In-Reply-To: <20091021130337.GJ14664@tyan-ft48-01.lab.bos.redhat.com> (Jakub Jelinek's message of "Wed\, 21 Oct 2009 15\:03\:37 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2009-10/txt/msg01361.txt.bz2 Jakub Jelinek writes: > 2009-10-21 Jakub Jelinek > > * mangle.c (finish_mangling_get_identifier): Use > obstack_base (mangle_obstack) instead of name_base. > > * g++.dg/abi/mangle33.C: New test. This is OK. Thanks. Ian