From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3706 invoked by alias); 26 Jul 2011 15:26:27 -0000 Received: (qmail 3691 invoked by uid 22791); 26 Jul 2011 15:26:26 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jul 2011 15:26:12 +0000 Received: from kpbe12.cbf.corp.google.com (kpbe12.cbf.corp.google.com [172.25.105.76]) by smtp-out.google.com with ESMTP id p6QFQAcA025000 for ; Tue, 26 Jul 2011 08:26:10 -0700 Received: from gyg4 (gyg4.prod.google.com [10.243.50.132]) by kpbe12.cbf.corp.google.com with ESMTP id p6QFP8ae015212 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 26 Jul 2011 08:26:09 -0700 Received: by gyg4 with SMTP id 4so637923gyg.25 for ; Tue, 26 Jul 2011 08:26:09 -0700 (PDT) Received: by 10.142.117.42 with SMTP id p42mr3626669wfc.264.1311693968895; Tue, 26 Jul 2011 08:26:08 -0700 (PDT) Received: from coign.google.com ([216.239.45.20]) by mx.google.com with ESMTPS id e6sm657359pbm.87.2011.07.26.08.26.07 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jul 2011 08:26:08 -0700 (PDT) From: Ian Lance Taylor To: "H.J. Lu" Cc: GCC Patches , Jan Kratochvil , Jason Merrill , Binutils Subject: Re: cp-demangle.c regression References: Date: Tue, 26 Jul 2011 18:48:00 -0000 In-Reply-To: (H. J. Lu's message of "Tue, 26 Jul 2011 07:00:09 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.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 binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00215.txt.bz2 "H.J. Lu" writes: > One of cp-demangle.c changes in June/July caused: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49852 Already fixed. However, there may be a compiler bug in that the symbol was generated in the first place. Ian