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,a3f3d68c001bb08b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newsread.com!news-xfer.newsread.com!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!bandi.nntp.kabelfoon.nl!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Fri, 11 Nov 2005 11:53:39 +0100 From: Georg Bauhaus User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: "Limited with" usage References: <43747f6f$0$18304$636a15ce@news.free.fr> In-Reply-To: <43747f6f$0$18304$636a15ce@news.free.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <437485a1$0$7437$9b4e6d93@newsread4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 11 Nov 2005 12:50:57 MET NNTP-Posting-Host: bed81444.newsread4.arcor-online.net X-Trace: DXC=BJNQF?9R;VEC;_l<5e4khA:ejgIfPPldDjW\KbG]kaMH1BZS;MmC65FhAPk@ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:6343 Date: 2005-11-11T12:50:57+01:00 List-Id: Damien Carbonne wrote: > ---------------------------------------- > limited with B; > package A is > end A; > > with A; > package B is > end B; > ---------------------------------------- > > gcc -c -gnat05 -I- -gnatA /home/damien/dev/tests05/src/a.ads > a.ads:1:14: circular unit dependency > I would think that there is a GNAT bug. > Am I right or did I miss something ? The GNAT in GCC 4.1 (FSF GNAT) compiles this without complaint.