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,de2b55be4e00b909,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: "evangeli@cnam.fr" Newsgroups: comp.lang.ada Subject: "limited with" with gnat GPL Date: 20 Oct 2006 10:46:41 -0700 Organization: http://groups.google.com Message-ID: <1161366401.648875.60120@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: 163.173.48.11 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1161366416 4992 127.0.0.1 (20 Oct 2006 17:46:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Oct 2006 17:46:56 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-1.3 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 cache2.cnam.fr:3128 (squid/2.5.STABLE5) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=163.173.48.11; posting-account=5dlFbAwAAAAf9N8cARqQjYujaztxzGdq Xref: g2news2.google.com comp.lang.ada:7091 Date: 2006-10-20T10:46:41-07:00 List-Id: Hello, I am having problems in my ada application to get "limited with" work on gnat. Each time I do a "limited with" either the gnat crashs either I get weird error messages such as : pn-expressions.adb:30:03 "" is undefined where line 30 is: case Get_Type(E) is So I would really appreciate if someone had some hints to have this feature work, because I have many mutually recursive types that I must currently put in the same package, which is not very pretty. My configuration is the following one: GNATLS GPL 2006 (20060522-34) Suse 10.0 (i586) Kernel 2.6.13 Thanks