From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14189 invoked by alias); 5 Oct 2007 05:57:23 -0000 Received: (qmail 14180 invoked by uid 22791); 5 Oct 2007 05:57:23 -0000 X-Spam-Check-By: sourceware.org Received: from province.act-europe.fr (HELO province.act-europe.fr) (212.157.227.214) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Oct 2007 05:57:20 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id 3C54E16611E; Fri, 5 Oct 2007 07:57:07 +0200 (CEST) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1KgcYcAMJPVR; Fri, 5 Oct 2007 07:57:07 +0200 (CEST) Received: from [192.168.1.3] (dyn-83-156-218-18.ppp.tiscali.fr [83.156.218.18]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTP id DA4261657E1; Fri, 5 Oct 2007 07:57:06 +0200 (CEST) From: Eric Botcazou To: Daniel Jacobowitz Subject: Re: Don't set DECL_IGNORED_P on a cdtor function Date: Fri, 05 Oct 2007 05:57:00 -0000 User-Agent: KMail/1.7.1 Cc: Geoffrey Keating , gcc-patches@gcc.gnu.org References: <20071004212317.7FA2C7771263@geoffk5.apple.com> <200710050000.32663.ebotcazou@adacore.com> <20071004220548.GA674@caradoc.them.org> In-Reply-To: <20071004220548.GA674@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710050759.01048.ebotcazou@adacore.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-10/txt/msg00279.txt.bz2 > It doesn't correspond to any source... /* Used to indicate that this DECL represents a compiler-generated entity. */ #define DECL_ARTIFICIAL(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.artificial_flag) > Anyway, shouldn't we output frame information regardless of DECL_IGNORED_P? Why? -- Eric Botcazou