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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,13b7917466f2d19 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-03 09:17:21 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT and GCC 3.0 Date: 3 Oct 2001 09:17:21 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0110030817.2d2f2183@posting.google.com> References: <9a575af3.0110020747.2304ce86@posting.google.com> <9peeff027mb@drn.newsguy.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1002125841 4563 127.0.0.1 (3 Oct 2001 16:17:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 Oct 2001 16:17:21 GMT Xref: archiver1.google.com comp.lang.ada:13676 Date: 2001-10-03T16:17:21+00:00 List-Id: Rob_NOWHERE.@. wrote in message news:<9peeff027mb@drn.newsguy.com>... > Will all the gnat tools, such as gnatmake and others, also be part > of gcc now? Yes, but see below > After installing gcc 3.X, which supports Ada, will all > the exsiting gnat > commands, and options, etc... still work the same way? The which supports Ada is misleading, see below > I have looked today at http://gcc.gnu.org and saw nothing > about this? Nor would you expect to > I think it is great that gcc now supports Ada. Good, but see below > This means I can write > all my software in Ada, and all what the user have to do > is use gcc > to compile it, and they do not have to download gnat as a > separate task > to build the software. No, that's completely wrong, and as in my other post, I think a lot of people are confused here. GCC is a compiler collection that includes many front ends (e.g. Objective C, Fortran etc) A given install of gcc is done for a specific set of languages, and I would guess that most people would continue not to bother to download Ada, and to include Ada in the configuration. > I think this alone will cause an immediate increase in > the use of Ada in the open source comunity. Perhaps, but be sure this is not based on a misunderstanding of the situation. I think you and a lot of other people are interpreting this announcement to mean that all versions of gcc will automatically include Ada, this is not at all the case. Robert Dewar