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,92f1b9f519795959,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Erik Woulfe" Newsgroups: comp.lang.ada Subject: Gnat 3.15p pragma issues Date: 3 Nov 2005 07:03:14 -0800 Organization: http://groups.google.com Message-ID: <1131029395.700984.154230@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 199.46.198.230 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1131030201 3341 127.0.0.1 (3 Nov 2005 15:03:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 3 Nov 2005 15:03:21 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 bos-gate1.raytheon.com:8080 (Squid/2.4.STABLE7) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=199.46.198.230; posting-account=XQyUTw0AAABUxvs56lwmWv600oMhMqlY Xref: g2news1.google.com comp.lang.ada:6144 Date: 2005-11-03T07:03:14-08:00 List-Id: I am attempting to move a large amount of code from an Apex compiler system to the Gnat 3.15p compiler in order to gain more flexibility in mutli-language code interaction (namely between C++ and Ada). One of the problems that I encounter when making this move is that the Gnat compiler does not recognize many of the pragma statements that Apex had no problems with. However, I do not think that any/all of these are Apex specific, such as pragma "Inline" and pragma "Not_Elaborated". Has anyone had any experience with having common pragmas not being recognized? Am I perhaps not referencing the correct libraries in my gnatmake call? Thanks for any help.