From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23346 invoked by alias); 13 Nov 2006 16:00:23 -0000 Received: (qmail 23273 invoked by uid 22791); 13 Nov 2006 16:00:18 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.230) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Nov 2006 16:00:03 +0000 Received: by wr-out-0506.google.com with SMTP id i7so111201wra for ; Mon, 13 Nov 2006 08:00:01 -0800 (PST) Received: by 10.90.83.14 with SMTP id g14mr3079120agb.1163433599935; Mon, 13 Nov 2006 07:59:59 -0800 (PST) Received: by 10.90.83.1 with HTTP; Mon, 13 Nov 2006 07:59:59 -0800 (PST) Message-ID: <4aca3dc20611130759j2872b297u2dc07bf2019b03c7@mail.gmail.com> Date: Mon, 13 Nov 2006 16:00:00 -0000 From: "Daniel Berlin" To: gcc-bugzilla@gcc.gnu.org Subject: Re: [Bug debug/29792] DWARF: Not all inline concrete instances are being generated Cc: gcc-bugs@gcc.gnu.org In-Reply-To: <20061112203943.13891.qmail@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061112203943.13891.qmail@sourceware.org> Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg01153.txt.bz2 List-Id: On 12 Nov 2006 20:39:43 -0000, acme at mandriva dot com wrote: > > > ------- Comment #5 from acme at mandriva dot com 2006-11-12 20:39 ------- > (In reply to comment #4) > > The only thing left from __task_rq_lock is a label. > > > > > task_cpu were inlined and we constant proped the value of rq the first of the > > way through the function which we inlined this to. > > OK, I thought that this was due to something like what you described, even not > knowing that much about gcc internals, but I thought that even in this case the > DW_TAG_inlined_subroutine would be emitted, or hoped to as it would allow me to > do what I want with my tools :-\ There is nothing to emit debug info about, so we don't.