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,a4848dc63a15e09a X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!eweka.nl!lightspeed.eweka.nl!npeer.de.kpn-eurorings.net!npeer-ng2.kpn.DE!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Dirk Heinrichs Newsgroups: comp.lang.ada Subject: Re: Ada in Debian: transition to GCC 4.3 for Lenny Date: Thu, 07 Feb 2008 19:39:37 +0100 Organization: Privat Message-ID: References: <1202283933.153968@xnews001> NNTP-Posting-Host: p54bb9a7f.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: online.de 1202409577 5964 84.187.154.127 (7 Feb 2008 18:39:37 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Thu, 7 Feb 2008 18:39:37 +0000 (UTC) User-Agent: KNode/0.10.5 Xref: g2news1.google.com comp.lang.ada:19736 Date: 2008-02-07T19:39:37+01:00 List-Id: Dirk Heinrichs wrote: > Ludovic Brenta wrote: > >> That's a lot of work and, as always, help is more than welcome. > > Although I'm not a debian user, I appreciate your good work. I usually > create my own toolchains from gcc sources and recently tried GCC 4.3 from > SVN as of 28.01.2008. I ran into a nasty GNAT bug error message while > compiling qtada (the 4.x bindings). Can post the details when I'm back > home this evening. Here is what I get: make[3]: Entering directory `/gentoo/build/qtada-gpl-1.0.2-rc2/examples/main_windows/dock_widgets' ../../../adacompiler -c -g -O2 -gnat05 -gnatW8 -I. -I. -gnatwG -I../../../source/gui -I../../../source/gui -I../../../source/core -I../../../source/core main_windows-constructors.adb -o main_windows-constructors.o +===========================GNAT BUG DETECTED==============================+ | 4.3.0 20080127 (experimental) (i686-pc-linux-gnu) Assert_Failure exp_disp.adb:1114| | Error detected at main_windows-constructors.adb:57:57 | | Please submit a bug report; see http://gcc.gnu.org/bugs.html. | | Use a subject line meaningful to you and us to track the bug. | | Include the entire contents of this bug box in the report. | | Include the exact gcc or gnatmake command that you entered. | | Also include sources listed below in gnatchop format | | (concatenated together with no headers between files). | +==========================================================================+ Bye... Dirk