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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:92c2:: with SMTP id u185mr9617347qkd.373.1572974773013; Tue, 05 Nov 2019 09:26:13 -0800 (PST) X-Received: by 2002:a54:4109:: with SMTP id l9mr59744oic.155.1572974772898; Tue, 05 Nov 2019 09:26:12 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.unit0.net!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!j16no2876665qtl.0!news-out.google.com!g53ni772qtg.0!nntp.google.com!j16no2876642qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 5 Nov 2019 09:26:12 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3ce6652b-c15c-4b27-b085-78aa782ea4d1@googlegroups.com> Subject: Re: Commercial ada compilers vs gcc ada compilier From: Shark8 Injection-Date: Tue, 05 Nov 2019 17:26:13 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57492 Date: 2019-11-05T09:26:12-08:00 List-Id: On Tuesday, November 5, 2019 at 10:12:08 AM UTC-7, Alain De Vos wrote: > What do commercial ada compilers provide more than the gcc ones for the u= ser of them? More diversity in the ecosystem, error-checking (having multiple compilers = compiling the same source and checking the operation of the compiled output= against them is good for ensuring the standard is being implemented correc= tly), some of them also have some nice proprietary libraries that may be pr= etty useful. > In short what can I do with one what I cannot do with the other for legal= raisons ? And what with the use of external libraries. The legal-complications are (IMO) due to there being three 'versions' of GN= AT: 1: AdaCore's Community edition, which has a GPLed runtime. 2: AdaCore's Pro edition, which does not. 3: FSF's edition which has runtime- and generic-exception [IIRC] to the GPL= .