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,4d448bf6bac07244 X-Google-Attributes: gid103376,public From: weberwu@compute.tfh-berlin.de (Debora Weber-Wulff) Subject: Re: GNAT Problem on recursive generics? Date: 1996/12/03 Message-ID: <58188v$j9i@sun04.tfh-berlin.de>#1/1 X-Deja-AN: 202083513 references: <57moem$phr@sun04.tfh-berlin.de> <57v0mp$a0d@sparky.mda.ca> organization: TFH-Berlin (Berlin, Germany) newsgroups: comp.lang.ada Date: 1996-12-03T00:00:00+00:00 List-Id: Of course, you all are right, I oversimplified there. When I now do procedure foo (e:element) is e1, e2:element; begin if 1=1 then foo (e1); else foo (e2); end if; end foo; I still get the same visibility error. It goes away when I enclose this in a package. I will try and get a gnatified version of the error put together for report@gnat.com Thanks for giving the the gnat error-report address. I have no idea where the gnatinfo.txt is, as I did not install the software, but I will look for it. -- Debora Weber-Wulff (Professorin fuer Softwaretechnik und Programmiersprachen) Technische Fachhochschule Berlin, FB Informatik, Luxemburger Str. 10, 13353 Berlin, Germany email: weberwu@tfh-berlin.de