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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Studying and Maintaining GNAT, Is There Any Interest in a New Group? Date: Mon, 27 Aug 2018 10:37:46 +0100 Organization: A noiseless patient Spider Message-ID: References: <309225242.556906218.575482.laguest-archeia.com@nntp.aioe.org> <2145221813.556924687.162377.laguest-archeia.com@nntp.aioe.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: reader02.eternal-september.org; posting-host="65588c7140446fbadc27455cd9879416"; logging-data="8623"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX185R5i8JnRrx6l94d1nS4O3ZbVhR2Qux0o=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:GOnnECSVNyi/6ZGkqAVo/F3yXng= sha1:y6cHgMV7oKfoI57rZdgoRxWGetM= Xref: reader02.eternal-september.org comp.lang.ada:54265 Date: 2018-08-27T10:37:46+01:00 List-Id: Luke A. Guest writes: > wrote: > >> However I am discouraged with what you are saying about the bugs >> being on the compiler side and not so much in the RTS. > > It’s more the bugs are in the Ada front end, not the GCC backend, > which is the codegen. There are also bugs in the front/back end interface, which can be triggered by unusual Ada usages. But, (a) unusual, (b) when found, fixed quickly (IME). And there are bugs in the backend; e.g. currently some problems with LTO/Darwin.