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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8a6e6d9458ae6ddc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!fr.ip.ndsoftware.net!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Is this a bug? Date: 25 Sep 2004 08:59:13 -0400 Organization: Cuivre, Argent, Or Message-ID: References: <5ad0dd8a.0409221652.6a69b336@posting.google.com> <93L4d.103178$D%.86315@attbi_s51> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1096117197 48960 212.85.156.195 (25 Sep 2004 12:59:57 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sat, 25 Sep 2004 12:59:57 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: <93L4d.103178$D%.86315@attbi_s51> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:4169 Date: 2004-09-25T08:59:13-04:00 "Jeff C r e e.m" writes: > "Stephen Leake" wrote in message > > > Hmm. GCC does not _always_ include Ada; the only language in the root > > gcc distribution is C; all other languages are in a separate > > distribution. So "GNAT 3.4.2" to me means "GCC 3.4.2 with Ada > > support". Seems like a reasonable abbreviation. > > > > The problem is it seems reasonable but will eventually lead to version > number collision. > GCC 4.0 will be realeased fairly soon (Well somewhat soon). > > GNAT 4.0 was released in 1997. GNAT 4.0 was a fully certified > implementation. Ada support in GCC 4.0 is likely to be pretty buggy. All true. But by the time gcc 4.0 is released, it will be clear from context which is meant. > I think one can reasonably say (on comp.lang.ada) > > "I compiled the following with gcc 3.4.2" > > And if the sample code is Ada and the error is not "No Ada compiler > installed on this system" then we pretty much assume that GNAT stuff is "in > there". That's a good point. > In any case it is not all that important....But with all the time we > spend on the ADA v.s. Ada thing it seemed worth a mention ;) Yep. I used to insist on using the GNAT public release version numbers in this forum. But since Ada Core has effectively stopped doing public releases except via gcc, it seems reasonable to give up on that. It's always appropriate to say "did you actually mean gcc 3.4.2 with Ada" if it's not clear from context. -- -- Stephe