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-Thread: 103376,3039151bd3ba684d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Two generic families: I'm confused by error msg Date: Wed, 3 Nov 2004 10:01:26 -0000 Organization: BAE SYSTEMS Message-ID: <4188ab00$1_1@baen1673807.greenlnk.net> References: <34defe4d.0411022140.17304b1c@posting.google.com> X-Trace: news.uni-berlin.de OsM0w9OMxfwkekU7gEVkdw1Kl3IA8qaSaBVq3Pu9rqPXl9cYzz X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:5976 Date: 2004-11-03T10:01:26+00:00 List-Id: John Woodruff wrote: > -------------------------------------------------------------------------- > -- If this line "subtype Real is Unreal" is ABSENT, then error at > line 26: > -- Component subtype of actual does not match that of formal "Vector" > -------------------------------------------------------------------------- > subtype Real is Unreal; Looks like a GNAT-ism. ObjectAda 7.2.2 is fine with or without the subtype.