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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8e1773a022de8a01 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!gegeweb.org!aioe.org!nospam From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: Pragmas: their identifiers and what they do Date: Sat, 30 May 2009 21:40:20 -0400 Organization: The Wasteland Message-ID: References: <7a2c65bc-75d2-4d88-beff-7980b8edd4ef@3g2000yqk.googlegroups.com> NNTP-Posting-Host: ib4TTflHUauJidfWP/+Rjw.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.7.9 Cancel-Lock: sha1:jvVORZAIZhgOwghcCtpKvl2lclU= User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: g2news2.google.com comp.lang.ada:6129 Date: 2009-05-30T21:40:20-04:00 List-Id: In article <7a2c65bc-75d2-4d88-beff-7980b8edd4ef@3g2000yqk.googlegroups.com>, Rick wrote: > I am using I am using the GNAT Academic Program compiler with GPS > 4.2.1 (20080115) hosted on pentium-mingw32msv under XP Home on Intel > DualCore 2.5GHz. > > Would someone please point me to a list of pragmas I can use which > also contains desccriptions of what these pragmas do. Language-defined pragmas are cross-referenced in Annex L of the Ada Reference Manual: Implementation defined pragmas are described in the GNAT Reference Manual corresponding to your version, e.g.: -- John B. Matthews trashgod at gmail dot com