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:9695:: with SMTP id y143-v6mr5557589iod.28.1534038604388; Sat, 11 Aug 2018 18:50:04 -0700 (PDT) X-Received: by 2002:aca:eb15:: with SMTP id j21-v6mr349470oih.6.1534038604259; Sat, 11 Aug 2018 18:50:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!2.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!85.12.16.70.MISMATCH!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-v6no39853itb.0!news-out.google.com!g5-v6ni1995iti.0!nntp.google.com!g24-v6no1966894iti.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 11 Aug 2018 18:50:04 -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: <2ed1d5bb-9fb0-4e97-b7c4-454b8692fbd7@googlegroups.com> Subject: Re: AdaCore Community 2018 Bugs From: Roger Injection-Date: Sun, 12 Aug 2018 01:50:04 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 3129 X-Received-Body-CRC: 3779889600 Xref: reader02.eternal-september.org comp.lang.ada:54147 Date: 2018-08-11T18:50:04-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. This problem doesn't occur for compile only. It occurs when I Build All from GPS