From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30162 invoked by alias); 26 Oct 2009 13:54:04 -0000 Received: (qmail 30149 invoked by uid 22791); 26 Oct 2009 13:54:03 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Oct 2009 13:53:59 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9QDrvJh028582; Mon, 26 Oct 2009 09:53:58 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9QDrvqj027037; Mon, 26 Oct 2009 09:53:57 -0400 Message-ID: <4AE5A9F4.30703@redhat.com> Date: Mon, 26 Oct 2009 14:06:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5pre) Gecko/20091023 Shredder/3.0pre MIME-Version: 1.0 To: Jakub Jelinek CC: Jerry Quinn , GCC , "gcc-patches@gcc.gnu.org" Subject: Re: enable-build-with-cxx bootstrap compare broken by r149964 References: <1250345548.19163.155.camel@cerberus.qb5.org> <4A960A78.8040704@redhat.com> <1251694626.7629.2.camel@cerberus.qb5.org> <4AAE6745.3070706@redhat.com> <4AB7B28E.7030501@redhat.com> <1253617474.4274.2795.camel@cerberus.qb5.org> <4AB8D3D1.8010704@redhat.com> <1253712164.4274.2800.camel@cerberus.qb5.org> <4ABA391C.2050903@redhat.com> <1256357452.31533.131.camel@cerberus.qb5.org> <20091026111448.GZ14664@tyan-ft48-01.lab.bos.redhat.com> In-Reply-To: <20091026111448.GZ14664@tyan-ft48-01.lab.bos.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00520.txt.bz2 On 10/26/2009 07:14 AM, Jakub Jelinek wrote: >> -/* Generate the mangled representation of TYPE for the typeinfo name. >> */ >> +/* Generate the mangled representation of TYPE. */ >> >> const char * >> -mangle_type_string_for_rtti (const tree type) >> +mangle_type_string (const tree type) > > Why this change? This change is part of reverting my earlier fake namespace patch. I agree with Jakub's other comments, though. Jason