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: 103376,4ef4bf3098ab117,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: koma@lysator.liu.se (Magnus) Newsgroups: comp.lang.ada Subject: Ada compiler differences Date: 18 Oct 2004 05:47:47 -0700 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 138.14.239.132 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1098103668 10688 127.0.0.1 (18 Oct 2004 12:47:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 18 Oct 2004 12:47:48 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5398 Date: 2004-10-18T05:47:47-07:00 List-Id: Hello, Could someone please point me to a list of things that may be implementation dependent in different ADA compilers and/or on different platforms? I know that things like 'access and structures without repspec may differ. But what else? Or rather: how can I write code that really is platform (and compiler) independent in Ada? Cheers, Magnus