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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: disruptors of & inventory of Ada compilers and latest their era of ISO8652 compliance Date: Thu, 17 May 2018 18:19:20 +0100 Organization: Aioe.org NNTP Server Message-ID: <1193667974.548270050.319144.laguest-archeia.com@nntp.aioe.org> References: <9169bb0d-626f-4f6d-82c9-8a9b7543a084@googlegroups.com> <92b78739-e2c5-4e45-bbd8-f80ec4918691@googlegroups.com> <6dc39990-16eb-4717-8b8a-1d41c2767530@googlegroups.com> <1103700103.548265160.819002.laguest-archeia.com@nntp.aioe.org> <4a2e4dc5-aec6-4e59-91cd-9476abdbac7c@googlegroups.com> NNTP-Posting-Host: 1uqhFiWigmvIPnCyFuypQg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/5.3.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.3 Cancel-Lock: sha1:V3RJVzPuMhCLOTgwn3klWuVgy6I= Xref: reader02.eternal-september.org comp.lang.ada:52395 Date: 2018-05-17T18:19:20+01:00 List-Id: Dan'l Miller wrote: >> See previous discussions about taking gcc’s ir and the ramifications of >> doing so, it makes the resultant code gplv3. It’s in the gcc faq and >> licence. > > 1) DragonEgg is licensed as GPLv2 (as GPLv2 was the version at the time > of its inception), so there is clearly no goal there in DragonEgg of > making a nonGPL LLVM backend for GCC. > 2) As implied by all hardware-processor machine-code ISAs in GCC, an LLVM > IR as just analogous to a machine-code-ISA backend on GCC would of course > be GPLv3 nowadays, just as any hardware-processor machine-code ISA would be in GCC. I don’t know what you’re trying to say here but it’s completely irrelevant to what I said. There is within the GPLv3 which states if you extract the ir from gcc in some way the resultant ir is gplv3. Like I said, see the faq. I’m on mobile so I’m not going looking for this stuff. > Wait, GNAT has its own full-fledged IR Of course it does, every compiler builds up an AST IR prior to lowering to another IR. GNAT doesn’t use a symbol table, everything is in the tree.