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,fb264cdd67c2f20f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!p79g2000cwp.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: Possibly fixed in gcc 4.1.1, but bug box -- Was: Re: A smaller self contained test case ... Date: 28 Jun 2006 01:41:53 -0700 Organization: http://groups.google.com Message-ID: <1151484112.998493.14620@p79g2000cwp.googlegroups.com> References: <05lkrrojfd.fsf@hod.lan.m-e-leypold.de> <16veqny46o.fsf_-_@hod.lan.m-e-leypold.de> <4gdbbqF1ld2nsU1@individual.net> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1151484118 25830 127.0.0.1 (28 Jun 2006 08:41:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 28 Jun 2006 08:41:58 +0000 (UTC) In-Reply-To: <4gdbbqF1ld2nsU1@individual.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; SunOS sun4u; fr-FR; rv:1.6) Gecko/20040116,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: p79g2000cwp.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news2.google.com comp.lang.ada:5196 Date: 2006-06-28T01:41:53-07:00 List-Id: Alex R. Mosteo a =E9crit : > Last time I heard, Ada is not a release criterion for gcc. As I understand > it, this means that the gcc version, even if GMGPL, can be in any state. = It > could be perfectly ok yesterday, and today be broken in subtle ways, and > this wouldn't alter the gcc releasing schedule. True, Ada is not a release criterion, but GCC _is_ stable, because AdaCore still follows the rules of development in GCC. They merge most of their changes during Stage 1; in Stage 2 and Stage 3, only bug fixes are accepted into the compiler. So, GCC 4.1 is quite useable and appropriate for most purposes; Robert Dewar himself confirmed so, verbally, during FOSDEM. > It's for this reason, coupled with the fact that AdaCore endorsed versions > use 3.4.6 as backend and not 4.x, and with the fact that gnat is enduring > heavy changes due to the addition of 2005 features, that I hold very low > expectatives on the gcc-gnat, for the time being. Yes, GNAT Pro and GNAT GPL still use the 3.4.6 backend. There were glitches in GCC 4.0 due to the introduction of tree-ssa, but these are now resolved in 4.1. --=20 Ludovic Brenta.