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 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail From: Victor Porton Newsgroups: comp.lang.ada Subject: Re: When to expect bugs fixed? Date: Sun, 02 Nov 2014 00:57:48 +0200 Organization: Aioe.org NNTP Server Message-ID: References: <87fve2u876.fsf@ludovic-brenta.org> NNTP-Posting-Host: fztIN1UjMmszLwVmEwNvWg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@aioe.org User-Agent: KNode/4.14.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.giganews.com comp.lang.ada:190278 Date: 2014-11-02T00:57:48+02:00 List-Id: Simon Wright wrote: > Simon Wright writes: > >> generic >> type Record_Type; -- It should be an untagged record for C >> compatibility type Record_Type_Access is access Record_Type; -- should >> have convention C >> package RDF.Auxilary.Handled_Record is >> >> subtype Access_Type is Record_Type_Access; > > Or even > > ======================================================================== > generic > type Record_Type; -- It should be an untagged record for C compatibility > type Access_Type is access Record_Type; -- should have convention C > package RDF.Auxilary.Handled_Record is> ======================================================================== I think, this is wrong: It tempts to use Access_Type which is NOT convention C by default! I'll better wait for a bugfix GNAT release. I have other business not only writing in Ada. So I can keep myself busy. -- Victor Porton - http://portonvictor.org