From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32630 invoked by alias); 26 May 2009 15:41:03 -0000 Received: (qmail 32621 invoked by uid 22791); 26 May 2009 15:41:02 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 May 2009 15:40:54 +0000 Received: by fg-out-1718.google.com with SMTP id 13so1399020fge.5 for ; Tue, 26 May 2009 08:40:51 -0700 (PDT) Received: by 10.86.62.3 with SMTP id k3mr7114051fga.28.1243352450969; Tue, 26 May 2009 08:40:50 -0700 (PDT) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id e20sm8758567fga.5.2009.05.26.08.40.50 (version=SSLv3 cipher=RC4-MD5); Tue, 26 May 2009 08:40:50 -0700 (PDT) Message-ID: <4A1C1041.3080509@gmail.com> Date: Wed, 27 May 2009 05:15:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Nicolas COLLIN CC: gcc@gcc.gnu.org Subject: Re: Intermediate representation References: <4A1BF2B5.9010502@fr.thalesgroup.com> In-Reply-To: <4A1BF2B5.9010502@fr.thalesgroup.com> Content-Type: text/plain; charset=ISO-8859-1 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-05/txt/msg00633.txt.bz2 Nicolas COLLIN wrote: > Hello again, > > I 'm still working on egcs 1.1 and the function cp_namespace_decls is > not implemented in. Well, the definition is very simple tree cp_namespace_decls (tree ns) { return NAMESPACE_LEVEL (ns)->names; } and NAMESPACE_LEVEL exists in egcs-1.1, so why not try back-porting it? cheers, DaveK