X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.42.115.129 with SMTP id k1mr3049261icq.25.1398884596867; Wed, 30 Apr 2014 12:03:16 -0700 (PDT) X-Received: by 10.140.47.10 with SMTP id l10mr64143qga.23.1398884596840; Wed, 30 Apr 2014 12:03:16 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Wed, 30 Apr 2014 12:03:16 -0700 (PDT) In-Reply-To: <201404242126.s3OLQHsS004032@delorie.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO NNTP-Posting-Host: 65.13.115.246 References: <201404242126 DOT s3OLQHsS004032 AT delorie DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7e5212a5-46d2-432f-9f06-8e58f6770c95@googlegroups.com> Subject: Re: ANNOUNCE: DJGPP port of GCC-4.9.0 (DJGPP v2.04 only) From: rugxulo AT gmail DOT com Injection-Date: Wed, 30 Apr 2014 19:03:16 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2407 Lines: 38 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi, On Thursday, April 24, 2014 11:56:10 AM UTC-5, Andris Pavenis wrote: > > This is announcement of DJGPP port of GCC-4.9.0 Thanks again for your efforts. > ada490b.zip GNU Ada compiler 4.9.0 for DJGPP V2 > > Binaries are built and tested mostly under Windows Vista Business (SP2) > > See > > http://gcc.gnu.org/gcc-4.9 > > for more information about GCC-4.9.0 and about changes in comparison > with earlier versions "GNAT switched to Ada 2012 instead of Ada 2005 by default." According to this: http://www.adaic.org/resources/add_content/standards/12aarm/html/AA-2-9.html "3.f/3 {AI05-0176-1} The following word is not reserved in Ada 2005, but is reserved in Ada 2012: ''some''. Uses of this word as an identifier will need to be changed, but we do not expect them to be common." Which of course applies to us testing Gautier's 3D engine. https://sites.google.com/site/rugxulo/eng3d018.zip?attredirects=0 I tested ada490b.zip under Lucid Puppy Linux running DOSEMU. dpmi -m 0x20000 unzip \zips\eng3d018.zip cd engine3d\demos make_it -gnat05 Otherwise it chokes on the keyword in unzideco.ads and unzideco.adb . Though of course it still seems to (mostly) run okay once compiled, so that's good enough.