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,f479f3331eef5353 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!news.germany.com!aioe.org!not-for-mail From: Dennis Hoppe Newsgroups: comp.lang.ada Subject: Re: Size of Vector limited to 1024 MB of Heap Size Date: Wed, 25 Jun 2008 23:09:06 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <6ccu94F3et2evU1@mid.individual.net> NNTP-Posting-Host: DV338cH+P1Qg7RRTvfjbeA.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org In-Reply-To: User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) Xref: g2news1.google.com comp.lang.ada:885 Date: 2008-06-25T23:09:06+02:00 List-Id: Thank you for your hint to use the Compiler maintained by Drew Reynolds. No, my testsuite runs as expected. Previously, I am used to http://www.macada.org as a source for a Mac suitable Ada Compiler. Thanks, Dennis (see below) wrote: > Heap compiles and runs on MacOS X 10.5.3 here, using Drew Reynolds' latest > 64-bit compiler (which has a few other problems, however): > > % g heap.adb > gcc -c -gnat05 heap.adb > gnatbind -x heap.ali > gnatlink heap.ali > > % ./heap > 536870912 > > % g -v > > GNATMAKE 4.4.0 20080329 (experimental) [trunk revision 133715] > Copyright (C) 1995-2008, Free Software Foundation, Inc. >