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!feeder.eternal-september.org!news.fcku.it!peer04.fr7!futter-mich.highwinds-media.com!news.highwinds-media.com!fx05.fr7.POSTED!not-for-mail Subject: Re: Possible GNAT bug Newsgroups: comp.lang.ada References: From: Per Sandberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenet.se NNTP-Posting-Date: Sat, 18 Nov 2017 06:51:13 UTC Organization: usenet.se Date: Sat, 18 Nov 2017 07:51:13 +0100 X-Received-Bytes: 1372 X-Received-Body-CRC: 3720684480 Xref: feeder.eternal-september.org comp.lang.ada:48981 Date: 2017-11-18T07:51:13+01:00 List-Id: "anet.gpr not found": this is not a reproducer its just an unusable spinet that may contain erroneous code but its not complete. If you want help provide a working reproducer. /P Den 2017-11-17 kl. 03:03, skrev Victor Porton: > Extract attached bug.zip into an empty directory. > > Run > > make compile > ./obj/simple_test > > The command simple_test hangs. > > Is it a GNAT bug? > > The most wonderful thing is that if I do not compile it (as "make compile" > does) as an .a library imported when linking simple_test, but put all source > into a single directory and run "gnatmake simple_test", then the error does > not happen. > > Please help!! >