From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Emacs contributions, C and Lisp Date: Tue, 25 Feb 2014 15:08:20 -0600 Message-ID: <85ha7m529n.fsf@stephe-leake.org> References: <8738jlohd6.fsf@yandex.ru> <83txc1bl83.fsf@gnu.org> <5300189A.9090208@yandex.ru> <83wqgv9fbj.fsf@gnu.org> <20140216180712.236069f6@forcix.jorgenschaefer.de> <87wqgr4v18.fsf@yandex.ru> <53064BD0.7070009@yandex.ru> <87ha7tr5bo.fsf@fencepost.gnu.org> <87ppmhecd8.fsf@yandex.ru> <87y50z90pd.fsf@fencepost.gnu.org> <87txbn8r6x.fsf@fencepost.gnu.org> <85wqgj45pq.fsf@stephe-leake.org> <878usz8bcq.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1393362515 16279 80.91.229.3 (25 Feb 2014 21:08:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2014 21:08:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 25 22:08:40 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WIPEz-00074f-HX for ged-emacs-devel@m.gmane.org; Tue, 25 Feb 2014 22:08:37 +0100 Original-Received: from localhost ([::1]:37069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIPEz-0000gW-34 for ged-emacs-devel@m.gmane.org; Tue, 25 Feb 2014 16:08:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIPEq-0000g9-JP for emacs-devel@gnu.org; Tue, 25 Feb 2014 16:08:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIPEl-0007V2-9C for emacs-devel@gnu.org; Tue, 25 Feb 2014 16:08:28 -0500 Original-Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.228]:12768 helo=cdptpa-oedge-vip.email.rr.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIPEl-0007Uw-5J for emacs-devel@gnu.org; Tue, 25 Feb 2014 16:08:23 -0500 Original-Received: from [75.87.81.6] ([75.87.81.6:50512] helo=TAKVER) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 65/C8-02678-6460D035; Tue, 25 Feb 2014 21:08:22 +0000 In-Reply-To: <878usz8bcq.fsf@fencepost.gnu.org> (David Kastrup's message of "Tue, 25 Feb 2014 16:23:49 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-detected-operating-system: by eggs.gnu.org: BaiduSpider X-Received-From: 107.14.166.228 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169872 Archived-At: David Kastrup writes: > Stephen Leake writes: > >> David Kastrup writes: >> >> That is what 'gcc -fdump-xref' does now. > > Can't find it in the GCC 4.8 docs. Ah. That's a problem. > Other than that, this seems like it would likely fit the bill. Pity > that does not seem to be in GCC 4.8: I've only actually used this with compilers provided by AdaCore, so apparently -fdump-xref is an AdaCore extension. However, it is GPL-3 with FSF assignment (as is all AdaCore code related to gcc), and could be merged into mainstream gcc. I assume they plan to do that at some point. -- -- Stephe