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,6deb3e1ddefb099 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.211.103 with SMTP id nb7mr5219176pbc.6.1337822135805; Wed, 23 May 2012 18:15:35 -0700 (PDT) Path: pr3ni37821pbb.0!nntp.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Companies Only Offering Ada-95 Compilers References: Date: Wed, 23 May 2012 21:14:43 -0400 Message-ID: <82396qxtvg.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:qALGYVwTahdhei1RwR20YSnPI84= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 47b534fbd8b78e029e66126037 X-Received-Bytes: 1748 Content-Type: text/plain; charset=us-ascii Date: 2012-05-23T21:14:43-04:00 List-Id: Nomen Nescio writes: > Simon Clubley wrote: > >> I am assuming above that by "gcc Ada", you mean the FSF branch; I use the >> FSF branch in order to avoid GPL issues and because when I need a RTOS, the >> RTOS I use (RTEMS) also uses it. > > Yes, that's what I mean. > >> The GPL 2 to GPL 3 comment has caught my attention. Given that the FSF Ada >> runtime libraries come with the GMGPL exception, what issues are raised >> by the GPL 2 to GPL 3 conversion ? I am assuming I have missed something, >> but I don't know what. > > It could be FUD but I have read FSF is eventually planning to do away with > the LGPL for libraries and has started moving to GPL3 for everything. Actually, "GPL3 + library exceptions". The point is that GPL 3 provides a mechanism to specify exceptions, so the intent of LGPL (which is similar to the intent of GMGPL) can be achieved by GPL 3 plus an appropriate exception. -- -- Stephe