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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.69.199 with SMTP id c68mr11603041itd.35.1517362872228; Tue, 30 Jan 2018 17:41:12 -0800 (PST) X-Received: by 10.157.90.130 with SMTP id w2mr1750990oth.14.1517362872144; Tue, 30 Jan 2018 17:41:12 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g80no1475111itg.0!news-out.google.com!s63ni2144itb.0!nntp.google.com!w142no1482090ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 30 Jan 2018 17:41:11 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.71.208.22; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 173.71.208.22 References: <21b6b4fb-4648-419e-ae6c-c361d54eaa2f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Incomplete type generic formal interactions with Implicit_Dereference From: Jere Injection-Date: Wed, 31 Jan 2018 01:41:12 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2583 X-Received-Body-CRC: 519246263 Xref: reader02.eternal-september.org comp.lang.ada:50220 Date: 2018-01-30T17:41:11-08:00 List-Id: On Saturday, January 20, 2018 at 3:25:34 PM UTC-5, Simon Wright wrote: > Jere writes: > > > At some point it led to a crash in GNAT, which I reported to AdaCore, > > and they said they fixed it in a future rev (side note, do I need to > > report that to the FSF team as well and how if so?). > > I don't know how many FSF GNAT contributors aren't AdaCore people, but > it's not many! This sort of problem (deep in the compiler) isn't very > likely to be solved by non-AdaCore folk. > > I've always felt uncomfortable when I report a bug to AdaCore (which > won't contain proprietary info, since I don't have any) that no one else > can see it. Not sure how reporting it to FSF as well as to AdaCore would > be received; I try to go for one or the other. > > In any case, FSF won't accept reports on GNAT GPL (any more than AdaCore > will accept reports on FSF GCC): you'd need to make sure the bug also > happened with FSF GCC. > > To report a GNAT bug to FSF, set up an account on GCC Bugzilla > , and raise the bug on Product: > gcc, Component: ada. Thanks, I submitted the bug (took a while to get an account). https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84142 My first bug report so I probably noobed it up, but hopefully they won't be too upset if I did. Thanks for the help!