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.8 required=5.0 tests=BAYES_00,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,478ee4201c470ff5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-29 16:13:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Repost: Nobody interested to judge which compiler is right?! References: <5ad0dd8a.0301291500.24fd2661@posting.google.com> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1043885605 12.234.13.56 (Thu, 30 Jan 2003 00:13:25 GMT) NNTP-Posting-Date: Thu, 30 Jan 2003 00:13:25 GMT Organization: AT&T Broadband Date: Thu, 30 Jan 2003 00:13:25 GMT Xref: archiver1.google.com comp.lang.ada:33586 Date: 2003-01-30T00:13:25+00:00 List-Id: > -- \/ This compiles with GNAT, but not with Aonix > LSA : Len_String_Access := LS'access; Janus 3.1.2 gives 17: LSA : Len_String_Access := LS'access; -------------------------------------------^ *ERROR* Object fails subtype conformance check (6.4.19) [RM 3.10.2(27)] and the Janus manual 6.4.19 says "The object must have constraints which statically match with the access type's designated type's constraints."