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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a8567eadfdf78b98 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-15 19:25:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!attla2!ip.att.net!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Why does this happen? References: <3DAC92DB.4090307@linux.nu> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1034735139 12.234.13.56 (Wed, 16 Oct 2002 02:25:39 GMT) NNTP-Posting-Date: Wed, 16 Oct 2002 02:25:39 GMT Organization: AT&T Broadband Date: Wed, 16 Oct 2002 02:25:39 GMT Xref: archiver1.google.com comp.lang.ada:29826 Date: 2002-10-16T02:25:39+00:00 List-Id: > Type Mtr_Type is array (Positive range <>, > Positive range <>) of integer; > > type T_typ (Ns : Positive) is record > M : Mtr_Type (1..2, 1 .. ns); -- does not compile > end record; Gnat 3.14 on my Windows system compiles those lines without complaint.