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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,74dad3573c51736a,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Received: by 10.68.35.131 with SMTP id h3mr216808pbj.1.1321985752472; Tue, 22 Nov 2011 10:15:52 -0800 (PST) Path: lh20ni6154pbb.0!nntp.google.com!news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: =?utf-8?B?QmFzaWMgcXVlc3Rpb25zIGFib3V0IHdvcmRpbmdzIGluIOKAnEludGVyZmE=?= =?utf-8?B?Y2luZyBQcmFnbWFz4oCd?= Date: Tue, 22 Nov 2011 19:15:19 +0100 Organization: Ada @ Home Message-ID: NNTP-Posting-Host: wgHBtatYse3YjKAUQsirEA.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.60 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: news2.google.com comp.lang.ada:14522 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable Date: 2011-11-22T19:15:19+01:00 List-Id: Hi people there, Some basic questions about some part of annexe B.1, Interfacing Pragmas.= > 9.1/1 For pragmas Import and Export, the argument for Link_Name shalln= ot = > be given without the pragma_argument_identifier unlessthe argument for= = > External_Name is given. What is that pragma_argument_identifier ? The Convention ? In legality rules > 18 T is an access-to-subprogram type, and its designated profile's > parameter and result types are all L-compatible. Why no similar wording for imported subprograms ? Was just forget or is = = this missing on purpose ? (or I missed it?) In notes at the bottom > 46 5 The local_name in an interfacing pragma can denote more > than one entity in the case of overloading. Such a pragma > applies to all of the denoted entities. Why not the same with types derived from a type with an interfacing prag= ma = ? Finally, what I was checking the RM for (related to the above), Static = Semantics > 30 An interfacing pragma defines the convention of the entity denoted = by = > the local_name. So except if the type is tagged (as stated above), the convention is los= t = for any derived type of subtypes (as all are not anymore denoted by the = = same name the pragma was referring to) ?. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem]