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: a07f3367d7,ed872c72866dab2b X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: expression function bug or think? Date: Fri, 17 Jun 2011 11:33:44 +0100 Organization: A noiseless patient Spider Message-ID: References: <678085105329914667.504682rmhost.bauhaus-maps.arcor.de@news.arcor.de> <87wrglwmao.fsf@mid.deneb.enyo.de> <81880ff3-0c1a-4414-aeab-6a5406d71628@d14g2000yqb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="12175"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18dz8kxFjHpfGhE1MIxaJraf6LIyuq1Lns=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:NwKGmiwEHKTIdjgm7P8VIOi0yJY= sha1:qmttKsIYLODyLJH4pK1uQtDZfcY= Xref: g2news1.google.com comp.lang.ada:19915 Date: 2011-06-17T11:33:44+01:00 List-Id: Martin writes: > On Jun 16, 9:41 pm, Simon Wright wrote: > [snip] >> package functions is >>    function functions__fib (n : natural) return natural; > > Thanks for this - this confirms something I'd been told wasn't the > case - when compiling GNAT, non-standard identifiers _are_ created and > allowed (in this case a name with a double underscore)! I think this only happens when GNAT recreates the processed source to show you what it did.