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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9620bdab61f82e3b X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Rep specs Date: 1999/06/02 Message-ID: <7j2687$86u$1@nnrp1.deja.com>#1/1 X-Deja-AN: 484684352 References: <37542022.789354FD@nospam.lmco.com> X-Http-Proxy: 1.0 x21.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Wed Jun 02 02:51:54 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-06-02T00:00:00+00:00 List-Id: In article <37542022.789354FD@nospam.lmco.com>, Steve Quinlan wrote: > Read section 13 carefully. There are lots of vendor weasel > words in there. > "Recommended level of support", "an implementation may place > implementation-defined restrictions on representation items", > the > "implementation advice" sections. All this means that > representation clause > support can vary significantly from one vendor to another. That's over-pessimistic. All the sections in chapter 13 under recommended level of support become REQUIREMENTS for a compiler implementing the systems programming annex. Clearly if you want to use rep clauses, you should choose a compiler that supports this annex (virtually all compilers do), and then, if possible restrict your use of rep clauses to those that are included in these sections on recommended level of support. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.