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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9fb8e2af320d5b3e X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Bus error Date: Mon, 02 Jul 2007 10:22:37 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <0367891DA5DA7E408D42A860FA002F44B0CC48@sma2901.cr.eurocopter.corp> <1l4yqvxoid4n1.1u8eo4oo8ml4m$.dlg@40tude.net> <4685280c$0$14869$9b4e6d93@newsspool4.arcor-online.net> <5cba6f.d2f.ln@hunter.axlog.fr> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: pcls4.std.com 1183386157 5482 192.74.137.71 (2 Jul 2007 14:22:37 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Mon, 2 Jul 2007 14:22:37 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:RAjceO2yj4raEi7wgw1gQWEZZhg= Xref: g2news1.google.com comp.lang.ada:16385 Date: 2007-07-02T10:22:37-04:00 List-Id: Jean-Pierre Rosen writes: > Robert A Duff a �crit : >> function "+"(...) return ... renames Some_Package."+"; >> function "-"(...) return ... renames Some_Package."+"; >> Note cut&paste error on second line. >> > Next version of AdaControl (hint: comming soon :-) has a > "non_identical_renaming" rule that will spot this. Cool! - Bob