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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cc7bad83fb245cb3 X-Google-Attributes: gid103376,public From: "Tom Hargraves" Subject: Re: Binding a type to a union. Date: 1999/11/23 Message-ID: <383b8e49@rsl2.rslnet.net>#1/1 X-Deja-AN: 552403697 References: <383ae9f8_3@news1.prserv.net> <81f3qe$jln$1@nnrp1.deja.com> <1999Nov23.215123.1@eisner> X-Trace: 23 Nov 1999 23:05:45 -0800, van-port178.imag.net X-MSMail-Priority: Normal X-Priority: 3 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Date: 1999-11-23T00:00:00+00:00 List-Id: Hi Larry, I, like you, failed to find any reference to this pragma in the Ada LRM. The reason is... It is very well described in the Gnat Reference Manual, as an _implementation-defined_ pragma. Hence, I presume, the assertion that it is a Gnat specific pragma (unless another vendor has also choosen to implement it??). Its use may be a little worrying if you have portability issues to consider, to target platforms not supported by Gnat. Hope this helps, Tom H. Larry Kilgallen wrote in message news:1999Nov23.215123.1@eisner... > In article <81f3qe$jln$1@nnrp1.deja.com>, Robert Dewar writes: > > In article <383ae9f8_3@news1.prserv.net>, > > "Matthew Heaney" wrote: > > (pragma Unchecked_Union is GNAT-specific.) > > > > No it isn't! > > It does not seem to be in the LRM index as published by IIT Research. > > Where else would one look it up ? > > Larry Kilgallen