From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1935 invoked by alias); 23 Dec 2002 21:02:30 -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 1921 invoked from network); 23 Dec 2002 21:02:29 -0000 Received: from unknown (HELO localhost.localdomain) (66.60.148.227) by 209.249.29.67 with SMTP; 23 Dec 2002 21:02:29 -0000 Received: (from mitchell@localhost) by localhost.localdomain (8.11.6/8.11.6) id gBNKx3D12181; Mon, 23 Dec 2002 12:59:03 -0800 Date: Mon, 23 Dec 2002 13:54:00 -0000 Message-Id: <200212232059.gBNKx3D12181@localhost.localdomain> X-Authentication-Warning: localhost.localdomain: mitchell set sender to mark@codesourcery.com using -f From: Mark Mitchell To: jason@redhat.com Cc: gcc@gcc.gnu.org Subject: ALIAS_DECLs Reply-to: mark@codesourcery.com X-SW-Source: 2002-12/txt/msg01374.txt.bz2 Your new ALIAS_DECLs have a DECL_INITIAL which is a COMPONENT_REF, and that is what is returned by lookup_name_real. Is it safe to reuse the same COMPONENT_REF every time? -- Mark Mitchell mark@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com