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,5799fe4f91b50de X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news2.google.com!news4.google.com!news.glorb.com!news.addix.net!border2.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!pe2.news.blueyonder.co.uk!blueyonder!peer-uk.news.demon.net!kibo.news.demon.net!demon!nntp-peering.plus.net!ptn-nntp-feeder01.plus.net!ptn-nntp-spool01.plus.net!ptn-nntp-reader04.plus.net!not-for-mail Date: Tue, 23 Nov 2004 19:09:18 +0000 From: RAMatthews User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en, en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Possible Memory Leak References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <41a38ae3$0$43611$ed2e19e4@ptn-nntp-reader04.plus.net> Organization: Customer of PlusNet plc (http://www.plus.net) NNTP-Posting-Host: 4dce2ed1.ptn-nntp-reader04.plus.net X-Trace: DXC=6J4ZhJ@B9[4KGd4YQ1jGF1igd3Y`7Rb;>3_LeXC3B]S9@]gS<8ko6e=9JI190Nl@i;Me?nf_Q`BE;JF1IeYc9AD8 X-Complaints-To: abuse@plus.net Xref: g2news1.google.com comp.lang.ada:6390 Date: 2004-11-23T19:09:18+00:00 List-Id: Brian May wrote: > > The compiler will manage allocation and deallocation of temporary > variables, as required for you. If in doubt, either print a message in > each routine and see when it is executed, or look at the assembler > code. > Thanks for the response. But note that its the ARM's wording that bothers me (my code works OK with GNAT). It was on noticing those paragraphs (7.6(21.x)) that made me wonder if my code might encounter a problem with a different compiler - and indeed whether the Standard is correct. Robert A. Matthews ada at ramatthews dot free-online dot co dot uk