From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,625309cbb3b57a97 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-05 06:16:57 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!skynet.be!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Problem in gnatxref? Date: 05 Dec 2003 09:14:31 -0500 Organization: Cuivre, Argent, Or Message-ID: References: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1070633680 480 80.67.180.195 (5 Dec 2003 14:14:40 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Fri, 5 Dec 2003 14:14:40 +0000 (UTC) Cc: comp.lang.ada@ada-france.org To: meudecc@itcarlow.ie (Chris Meudec) Return-Path: In-Reply-To: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.3 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:3155 Date: 2003-12-05T09:14:31-05:00 meudecc@itcarlow.ie (Chris Meudec) writes: > Hi all, > gnatxref does not seem to cross reference record field names in record > aggregates. I am using gnat 3.13p. This is a very old version of GNAT; the current public version is 3.15p. Unless you are on a weird OS, you should be able to upgrade. I believe I reported this bug to ACT a few years ago, and it is fixed in the current version: $ stephe@shevek$ gnatmake gnatxref_pb.ads gcc -c gnatxref_pb.ads stephe@shevek$ gnatxref gnatxref_pb Ded boolean object Decl: gnatxref_pb.ads 5:7 Ref: gnatxref_pb.ads 8:34 Dis record type Decl: gnatxref_pb.ads 2:6 Ref: gnatxref_pb.ads 7:21 7:28 gnatxref_pb package Decl: gnatxref_pb.ads 1:9 Lane boolean object Decl: gnatxref_pb.ads 4:7 Ref: gnatxref_pb.ads 7:34 Out_DiscreteInputs record object Decl: gnatxref_pb.ads 7:1 -- -- Stephe