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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a0c:d783:: with SMTP id z3-v6mr476639qvi.61.1528819393549; Tue, 12 Jun 2018 09:03:13 -0700 (PDT) X-Received: by 2002:aca:1a18:: with SMTP id a24-v6mr25355oia.5.1528819393183; Tue, 12 Jun 2018 09:03:13 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!border1.nntp.ams1.giganews.com!nntp.giganews.com!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!85.12.16.69.MISMATCH!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!h2-v6no196343qtp.0!news-out.google.com!a20-v6ni185qtj.1!nntp.google.com!d7-v6no517215itj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Jun 2018 09:03:12 -0700 (PDT) In-Reply-To: <1e865b88-8d43-4a83-a186-c1bfe85e8bfc@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.98.77.125; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 194.98.77.125 References: <92583593-bb07-4afd-a178-3a37206f5a18@googlegroups.com> <1e865b88-8d43-4a83-a186-c1bfe85e8bfc@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT Community Edition 2018 From: fabien.chouteau@gmail.com Injection-Date: Tue, 12 Jun 2018 16:03:13 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2777 X-Received-Body-CRC: 2707395550 Xref: reader02.eternal-september.org comp.lang.ada:53068 Date: 2018-06-12T09:03:12-07:00 List-Id: On Monday, June 11, 2018 at 12:39:30 AM UTC+2, Dan'l Miller wrote: > > On 10/06/2018 22:11, Dan'l Miller wrote:=20 > > >> I'm seeing several projects fail because the=20 > > >> new release no longer recognizes=20 > > >> -gnat05/gnat2005 switches.=20 > > >>=20 > > >> Curiously, gnatmake -h says to accept=20 > > >> -gnat2012 and says it's the default=20 > > >> mode, but lists no way to select another mode.=20 > > >=20 > > > I thought as a general policy AdaCore demanded that all prior eras of= Ada are a paid-support topic for GNAT Pro. Along with 83 and 95, 2005 wou= ld now be a prior pre-2012 era. =20 > > >=20 > > No, in my experience you could always select > > the compiler mode.=20 >=20 > I reiterate: > The AdaCore version comparison is quite explicitly clear on this. GNAT G= PL Community Edition (a.k.a. =E2=80=9Cpublic) lists Ada2005 for paying cust= omers only under the Languages section at: >=20 > https://www.adacore.com/gnatpro/comparison It is indeed a choice on our part to remove pure Ada05/95/83 support from t= he community release of the compiler. That being said, 99% of Ada2005 project will work just fine in Ada2012 mode= s. So you can either don't specify any language version switches and the co= mpiler will be in Ada2012 mode by default, or you can explicitly use the Ad= a2012 switch.