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-Language: ENGLISH,ASCII X-Google-Thread: 103376,23d2475711dc99b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-12 03:09:53 PST Message-ID: <40519AD0.8000400@lml.ls.fi.upm.es> Date: Fri, 12 Mar 2004 12:11:12 +0100 From: Manuel Collado User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: A bug in Gnat, or in my code? References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 138.100.10.20 X-Trace: 12 Mar 2004 12:09:48 +0100, 138.100.10.20 Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!sn-xit-04!sn-xit-05!sn-xit-09!supernews.com!diablo.theplanet.net!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!irazu.switch.ch!switch.ch!news.rediris.es!news.upm.es!138.100.10.20 Xref: archiver1.google.com comp.lang.ada:6261 Date: 2004-03-12T12:11:12+01:00 List-Id: Bj�rn Persson wrote: > There is now a bug report in the GCC Bugzilla, if anyone is interested: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14543 I've reproduced the bug with the DJGPP port of gcc 3.3.3 F:\PRUEBAS\ADA>gcc --version gcc.exe (GCC) 3.3.3 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. F:\PRUEBAS\ADA>gnatmake null_slice_error gcc -c null_slice_error.adb null_slice_error.adb:1:11: warning: file name does not match unit name, should be "nuslierr.adb" gnatbind -x null_slice_error.ali gnatlink null_slice_error.ali F:\PRUEBAS\ADA>F:\PRUEBAS\ADA\null_slice_error.exe Exiting due to signal SIGSEGV General Protection Fault at eip=000018fa ... -- To reply by e-mail, please remove the extra dot in the given address: m.collado -> mcollado