From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19397 invoked by alias); 1 May 2002 12:07:58 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 19380 invoked from network); 1 May 2002 12:07:52 -0000 Received: from unknown (HELO executor.cambridge.redhat.com) (195.224.55.237) by sources.redhat.com with SMTP; 1 May 2002 12:07:52 -0000 Received: from prospero.cambridge.redhat.com (dell-paw-2.cambridge.redhat.com [195.224.55.226]) by executor.cambridge.redhat.com (Postfix) with ESMTP id E9A32ABAFC; Wed, 1 May 2002 13:07:50 +0100 (BST) Received: by prospero.cambridge.redhat.com (Postfix, from userid 4046) id 5068EF7B92; Wed, 1 May 2002 13:07:47 +0100 (BST) To: Franz Sirl Cc: Alexandre Oliva , Reichelt , gcc@gcc.gnu.org, Mark Mitchell Subject: Re: Bootstrap error with gcc-20020429 snapshot on mips-sgi-irix6.5 References: <200204301529.RAA78706@numa6.igpm.rwth-aachen.de> <200204302021.53203@enzo.bigblue.local> <200205011405.34528@enzo.bigblue.local> From: Jason Merrill In-Reply-To: <200205011405.34528@enzo.bigblue.local> (Franz Sirl's message of "Wed, 1 May 2002 14:05:34 +0200") Date: Wed, 01 May 2002 05:07:00 -0000 Message-ID: User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00008.txt.bz2 >>>>> "Franz" == Franz Sirl writes: > + if (strcmp (dname, > + IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (TREE_VALUE (t)))) > + == 0) > + *p = TREE_CHAIN (t); Why not just compare against the DECL_ASSEMBLER_NAME of the decl? Jason