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,a01fa820bd4ed021 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "(see below)" Newsgroups: comp.lang.ada Subject: Re: GNAT bug? Date: Fri, 27 Oct 2006 19:30:49 +0100 Message-ID: References: <15502511.igE44K045W@linux1.krischik.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: individual.net 2rfi6uzEsE5r0bGouYAT2wbFleFtW+iJ+za8nDlRrlJ+XbU3vp User-Agent: Microsoft-Entourage/11.2.5.060620 Thread-Topic: GNAT bug? Thread-Index: Acb59gZSRPNhu2XpEdusKgARJIjQTg== Xref: g2news2.google.com comp.lang.ada:7237 Date: 2006-10-27T19:30:49+01:00 List-Id: On 27/10/06 18:25, in article 15502511.igE44K045W@linux1.krischik.com, "Martin Krischik" wrote: > Stephen Leake wrote: > >> Maciej Sobczak writes: >> >>> GNAT GPL 2005 (20050729) >> >> Try GNAT GPL 2006 > > Won't help. The problem has been there ever since I use GNAT and in every > version I know of (I am an -Wall,-W4,-Wwhatever junky - I know). On MacOS X 10.4.8: $gnatmake -gnatv -gnatwd protected_test gcc -c -gnatv -gnatwd protected_test.adb GNAT GPL 2006 (20060522-34) Copyright 1992-2006, Free Software Foundation, Inc. Compiling: protected_test.adb (source file time stamp: 2006-10-27 18:23:48) 18 lines: No errors gnatbind -x protected_test.ali gnatlink protected_test.ali $ ls protected_test protected_test.o Protected_Test.adb protected_test.ali $ ./protected_test $ -- Bill Findlay chez blueyonder.co.uk