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.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,672cb5a7ed847988 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-22 05:46:37 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!news.cs.univ-paris8.fr!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Duncan Sands Newsgroups: comp.lang.ada Subject: Re: GCC 3.4 Ada compiler quality? Date: Thu, 22 Apr 2004 14:44:44 +0200 Organization: Cuivre, Argent, Or Message-ID: References: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1082637903 76259 212.85.156.195 (22 Apr 2004 12:45:03 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Thu, 22 Apr 2004 12:45:03 +0000 (UTC) To: Georg Bauhaus , comp.lang.ada@ada-france.org Return-Path: User-Agent: KMail/1.5.4 In-Reply-To: Content-Disposition: inline X-Virus-Scanned: by amavisd-new-20030616-p7 (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: archiver1.google.com comp.lang.ada:7410 Date: 2004-04-22T14:44:44+02:00 On Thursday 22 April 2004 13:57, Georg Bauhaus wrote: > Brian Catlin wrote: > : I know it was just released, but does anyone have a good feel for the > : quality of the new GCC 3.4 Ada compiler? Is it worth upgrading from > : 3.15P, or should I wait until 3.5? > > It has solved some problems for me having to do with private > children, and with generic formals in certain circumstances. > > I find -gnatwa quite useful > > The project file support is better (though this might affect > portabiliy). I have had problems with the code generated when using -gnatn, and sometimes when just using -O2 (mysterious segmentation faults, exception handling failing etc). I haven't noticed any regressions when compiling without optimisation, compared to gnat 3.15p. All the best, Duncan.