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,afb4d45672b1e262 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.volia.net!news.germany.com!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Any way of persuading GNAT/GCC to implement a true overlay and not a pointer? Date: Sat, 01 Apr 2006 19:08:30 +0200 Message-ID: <87odzl5ilt.fsf@mid.deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1143911310 6145 212.9.189.177 (1 Apr 2006 17:08:30 GMT) X-Complaints-To: Cancel-Lock: sha1:lhfCeetWoA00AMBJKSrYwgN1jME= Xref: g2news1.google.com comp.lang.ada:3698 Date: 2006-04-01T19:08:30+02:00 List-Id: > I was under the impression that code of the following form : > > X : ; > Y : ; > for Y'Address use X'Address; > > would result in an overlay in the resulting code. Could you show some more code? Probably initialization is causing your problems, which can be fixed with a pragma Import.