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,ff8a65471f12b057 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!newsgate.cistron.nl!newsfeed.stueberl.de!newsfeed.vmunix.org!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Two 'Output questions Date: Fri, 01 Jul 2005 06:13:13 +0100 Organization: Pushface Message-ID: References: <42C43B48.1040802@mailinator.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1120194792 12225 62.49.19.209 (1 Jul 2005 05:13:12 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 1 Jul 2005 05:13:12 +0000 (UTC) Cancel-Lock: sha1:edcgngzQ2Fq17m7AbS3Ca++slEY= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news1.google.com comp.lang.ada:11799 Date: 2005-07-01T06:13:13+01:00 List-Id: "Alex R. Mosteo" writes: > Hello everybody, > > a) Is there any guarantee that 'Output is implemented like...? > > 1. Write bounds/Tag > 2. Call to 'Write As others have said this is OK. But there was a compiler bug (corner case?) in GNAT 3.16 where the call was to the original 'Write if the replacement was defined in a private part.