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,e615e5c9d121e052 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.88.234 with SMTP id bj10mr3585861pab.30.1358210080871; Mon, 14 Jan 2013 16:34:40 -0800 (PST) X-Received: by 10.50.87.165 with SMTP id az5mr445212igb.1.1358210080830; Mon, 14 Jan 2013 16:34:40 -0800 (PST) Path: 6ni107437pbd.1!nntp.google.com!f6no13679894pbd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 14 Jan 2013 16:34:40 -0800 (PST) In-Reply-To: <1275291138379901547.989858rm-host.bauhaus-maps.arcor.de@news.arcor.de> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ NNTP-Posting-Host: 66.126.103.122 References: <1275291138379901547.989858rm-host.bauhaus-maps.arcor.de@news.arcor.de> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1b5c0c14-60ec-46ac-b458-9db2503026f4@googlegroups.com> Subject: Re: From 16 bit to 32 From: Adam Beneschan Injection-Date: Tue, 15 Jan 2013 00:34:40 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-01-14T16:34:40-08:00 List-Id: On Monday, January 14, 2013 4:14:26 PM UTC-8, Georg Bauhaus wrote: >=20 > > I don't think you'll be able to get around changing everything. If you > > give a representation clause for a record component that isn't big enou= gh > > to hold the component, the program won't compile. Maybe there's an Ada > > compiler with an option to ignore representation clauses, but I don't k= now of any. >=20 > -gnatI is it for GNAT. Caveats apply. (The last letter is upper-case I, for those who are reading this in a font = that makes it look exactly like lower-case L.) Yes, I wasn't aware of that. It looks like something the OP could use--*te= mporarily*. It still means using non-standard Ada, in effect, so even if t= his helps compile and test some stuff in the short term, I'd still recommen= d modifying or removing the rep clauses. -- Adam