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:8bd2:: with SMTP id n201-v6mr5578049iod.138.1534031066387; Sat, 11 Aug 2018 16:44:26 -0700 (PDT) X-Received: by 2002:aca:c6ca:: with SMTP id w193-v6mr324410oif.1.1534031066237; Sat, 11 Aug 2018 16:44:26 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g13-v6no1914980itf.0!news-out.google.com!g5-v6ni1995iti.0!nntp.google.com!g24-v6no1900940iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 11 Aug 2018 16:44:25 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=121.45.203.80; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 121.45.203.80 References: <9ebc1079-fcb0-4f63-a56a-9da37c593886@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7adfea9a-1008-464d-b9d9-99fa3123b019@googlegroups.com> Subject: Re: AdaCore Community 2018 Bugs From: Roger Injection-Date: Sat, 11 Aug 2018 23:44:26 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54146 Date: 2018-08-11T16:44:25-07:00 List-Id: On Sunday, August 12, 2018 at 3:20:28 AM UTC+10, Simon Wright wrote: > Roger writes: > > > On Saturday, August 11, 2018 at 6:42:27 PM UTC+10, Jeffrey R. Carter wrote: > >> On 08/11/2018 03:06 AM, Roger wrote: > >> > Perhaps use a different Ada compiler? > >> > >> Have you tried the FSF GNAT 8.1.0 compiler? > >> > >> https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/8.1.0/native-2017/ > >> > > > > I am also getting this problem with gcc 6.1.0 > > +===========================GNAT BUG DETECTED==============================+ > > | 6.1.0 (x86_64-apple-darwin15) GCC error: | > > | in gnat_to_gnu_entity, at ada/gcc-interface/decl.c:3011 | > > | Error detected at assimp_texture.ads:65:34 > > > > As I have used gcc 6.1.0 without getting this error in the past I'm > > wondering if it has something to do with OSX. > > Mac mini (Mid 2011) > > OSX 10.13.6 > > Xcode 9.4.1 > > I see your first error in this case. > > Similar error on Debian stretch (GCC 6.3.0, GNAT GPL 2017). > > Since the error seems to be related to AI_Mesh_Morph_Anim, I tried > various changes such as replacing your > > type Thing_List is new Thing_Package.List with null record; > > by > > subtype Thing_List is Thing_Package.List; > > but no joy. Thanks for trying. This type of problem first occurred a few months ago with a program that was much simpler than the one I am currently working on. I've been writing Ada code for a few years and had not previously had this problem. As it now occurs even with GCC 6.1.0 I'm thinking it most likely has to do with recent OSX changes.