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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,608011466ae2af71 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.190.104 with SMTP id gp8mr7244584pbc.4.1341124010449; Sat, 30 Jun 2012 23:26:50 -0700 (PDT) Path: l9ni5038pbj.0!nntp.google.com!news1.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: GNAT and Dimension Checking Date: Sun, 01 Jul 2012 01:25:21 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <2afdc8e6-def0-4a00-8535-4db40165fc92@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: KdJUrTuvv3Zv/s8pPxNluw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-01T01:25:21-05:00 List-Id: On 7/1/2012 12:53 AM, AdaMagica wrote: > I see that GNAT now has added packages System.Dim.* for dimension checking. >However I cannot find any other documentation about these packages, >neither in GNAT_UG nor in GNAT_RM. > > Is there any? > did some googling, some links I found are "Performing Dimensionality Analysis in GNAT" http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Performing-Dimensionality-Analysis-in-GNAT.html "Performing Dimensionality Analysis in GNAT" http://docs.adacore.com/gnat-unw-docs/html/gnat_ugn_28.html "[Ada] Documentation for GNAT dimensionality checking system" http://www.mail-archive.com/gcc-patches@gcc.gnu.org/msg26036.html ps. The ads file for this package is s-sim.ads in the sources. --Nasser