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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Strange error message Date: Sun, 01 Jun 2014 14:54:41 +0100 Organization: A noiseless patient Spider Message-ID: References: <33e17033-615d-43d4-8b47-9357c8875a10@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="7048a9dfd34c2a8e02383ec0f6f24dbd"; logging-data="25765"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Nm3q/S2uyNkAqD6wwF8Z4QmO47SFxAgg=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:6F8p3Pcd3OwqyPJvnBGD1wZflxw= sha1:MB4b85+GYV9wEerENtkhKLDZhoE= Xref: news.eternal-september.org comp.lang.ada:20103 Date: 2014-06-01T14:54:41+01:00 List-Id: Charly writes: > Thank you for the rapid answer. I wondered if it is a bug in GNAT. > I thought, that I always have to override abstract function and > procedures in concrete types and can override concrete functions > and procedures only as needed. This is in the AARM 3.9.3(6) [1]. It'ss apparently intended to replace 'type renaming', and (in the comments on AI95-00391 [2]) is described as 'a last minute "quick fix."'. [1] http://www.ada-auth.org/standards/12aarm/html/AA-3-9-3.html#p6 [2] http://www.ada-auth.org/cgi-bin/cvsweb.cgi/ais/ai-00391.txt?rev=1.9