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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:a2d0:: with SMTP id l199-v6mr6318508ioe.129.1535391743865; Mon, 27 Aug 2018 10:42:23 -0700 (PDT) X-Received: by 2002:aca:c68d:: with SMTP id w135-v6mr314313oif.4.1535391743791; Mon, 27 Aug 2018 10:42:23 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w19-v6no3699116itb.0!news-out.google.com!z5-v6ni3105ite.0!nntp.google.com!w19-v6no3699111itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 27 Aug 2018 10:42:23 -0700 (PDT) In-Reply-To: <0001HW.213464550E84375C70000C7DB2CF@news.individual.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.21; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.21 References: <309225242.556906218.575482.laguest-archeia.com@nntp.aioe.org> <2145221813.556924687.162377.laguest-archeia.com@nntp.aioe.org> <0001HW.213464550E84375C70000C7DB2CF@news.individual.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Studying and Maintaining GNAT, Is There Any Interest in a New Group? From: Shark8 Injection-Date: Mon, 27 Aug 2018 17:42:23 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 2793 X-Received-Body-CRC: 2341868495 Xref: reader02.eternal-september.org comp.lang.ada:54272 Date: 2018-08-27T10:42:23-07:00 List-Id: On Monday, August 27, 2018 at 10:54:48 AM UTC-6, Bill Findlay wrote: > On 27 Aug 2018, Simon Wright wrote: >=20 > > Luke A. Guest writes: > > > > > patrick 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=E6=84=80 more the bugs are in the Ada front end, not the GCC backe= nd, > > > 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, fixe= d > > quickly (IME). > > > > And there are bugs in the backend; e.g. currently some problems with > > LTO/Darwin. >=20 > Could you say more about that, Simon? > It might explain some difficulties I have been experiencing. >=20 > --=20 > Bill Findlay Well, one bug that seems to recur frequently is mishandling of RENAMES, and= not obscure renamings either, things like attribute renaming: Length : Natural renames Some_Array'Length; (Though they might have special-cased this particular one.)