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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,23d2475711dc99b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-12 08:21:26 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: lonely_dwarf@yahoo.fr (Florian Villoing) Newsgroups: comp.lang.ada Subject: Re: A bug in Gnat, or in my code? Date: 12 Mar 2004 08:21:26 -0800 Organization: http://groups.google.com Message-ID: <3f029890.0403120821.26952c75@posting.google.com> References: <3h_3c.85772$dP1.242518@newsc.telia.net> NNTP-Posting-Host: 213.100.56.83 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1079108486 12860 127.0.0.1 (12 Mar 2004 16:21:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 12 Mar 2004 16:21:26 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6276 Date: 2004-03-12T08:21:26-08:00 List-Id: Bj�rn Persson wrote in message news:<3h_3c.85772$dP1.242518@newsc.telia.net>... > Georg Bauhaus wrote: > > > Preben Randhol wrote: > > : > > : I don't get this behaviour in gnat 3.15p so it is probably a gnat 3.3 > .2 > > : bug. > > > > Fine with GCC 3.1 (1252) on Mac OS X too. > > Okay, seems like it might be a regression then. > > I guess I should try a 3.4 snapshot before I file a bug report. It seems to be OK on FreeBSD 5.2 with gcc-3.4 compiled from sources : villoing:~/test$ gcc -v Reading specs from /usr/home/villoing/install/gcc/bin/../lib/gcc/i386-unknown-freebsd5.2/3.4.0/specs Configured with: ../gcc/configure --prefix=/home/villoing/install/gcc --disable-shared --with-libiconv-prefix=/usr/local/lib --disable-werror --enable-languages=c,ada Thread model: posix gcc version 3.4.0 20040305 (prerelease) villoing:~/test$ gnatmake -f -gnatv error.adb gcc -c -gnatv error.adb GNAT 3.4.0 20040305 (prerelease) Copyright 1992-2004 Free Software Foundation, Inc. Compiling: error.adb (source file time stamp: 2004-03-12 16:11:18) 15 lines: No errors gnatbind -x error.ali gnatlink error.ali villoing:~/test$ ./error villoing:~/test Florian