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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3de92d6008dcd190 X-Google-Attributes: gid103376,public From: lutz@iks-jena.de (Lutz Donnerhacke) Subject: Re: [gnat-3.11p] gnat1 hangs on compiling (long) Date: 1999/11/26 Message-ID: #1/1 X-Deja-AN: 553278821 Distribution: world Content-Transfer-Encoding: 8bit References: Content-Type: text/plain; charset=ISO-8859-1 Organization: IKS GmbH Jena Mime-Version: 1.0 User-Agent: slrn/0.9.5.7 (UNIX) Newsgroups: comp.lang.ada Date: 1999-11-26T00:00:00+00:00 List-Id: * Lutz Donnerhacke wrote: >In ftp.iks-jena.de:/pub/mitarb/lutz/ada/types/ there is a set of mixin libs. > >After a change in the (generic) source of double_linked_list_mixin.adb >gnatmake did not return. (Recompiling the Ada Compiler is problematic.) Making the generic procedures and functions from with procedure Advance (Iter : in out Iterator) is <>; to with procedure Advance (Iter : in out Iterator); and changing all the instantations, it works. Sorry for bothering. It's nevertheless a bug. May this help to fix it. ftp is cvs controlled and might change anytime. (crontjob: cvs up).