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,ec1cbb3f01d2cff2,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: "John McCormick" Newsgroups: comp.lang.ada Subject: Direct_IO and files of tagged types Date: 26 May 2005 10:20:09 -0700 Organization: http://groups.google.com Message-ID: <1117128009.277967.14010@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 134.161.242.208 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1117128016 13811 127.0.0.1 (26 May 2005 17:20:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 26 May 2005 17:20:16 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=134.161.242.208; posting-account=n14-pA0AAADZTFvnzu9z5C_wf8mTjOb6 Xref: g2news1.google.com comp.lang.ada:11166 Date: 2005-05-26T10:20:09-07:00 List-Id: When I instantiate a version of Ada.Direct_IO with an element type that is statically tagged (it is of a specific tagged type) GNAT gives me a warning that the element type contains an access value. My tagged type has three integer fields - no access types. I assume that the access type referenced in the warning is to the tag mechanism. Any suggestions for ways to create binary files of statically tagged objects?