From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21648 invoked by alias); 17 Oct 2004 17:55:26 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 21620 invoked from network); 17 Oct 2004 17:55:25 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sourceware.org with SMTP; 17 Oct 2004 17:55:25 -0000 Received: from dyn-213-36-55-79.ppp.tiscali.fr (213.36.55.79) by mail.libertysurf.net (6.5.036) id 4172116E0012B957 for gcc-patches@gcc.gnu.org; Sun, 17 Oct 2004 19:55:24 +0200 From: Eric Botcazou To: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix PR middle-end/17813 Date: Sun, 17 Oct 2004 17:57:00 -0000 User-Agent: KMail/1.6.1 References: <200410162252.58887.ebotcazou@libertysurf.fr> <200410171353.17352.ebotcazou@libertysurf.fr> <16754.23981.663098.705908@gargle.gargle.HOWL> In-Reply-To: <16754.23981.663098.705908@gargle.gargle.HOWL> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410171955.33643.ebotcazou@libertysurf.fr> X-SW-Source: 2004-10/txt/msg01390.txt.bz2 > ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada > --prefix=/usr --libexecdir=/usr/lib > --with-gxx-include-dir=/usr/include/c++/4.0 --enable-shared > --with-system-zlib --enable-nls --enable-threads=posix > --without-included-gettext --program-suffix=-4.0 --enable-__cxa_atexit > --enable-libstdcxx-allocator=mt --enable-clocale=gnu > --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk > --enable-mpfr i486-linux OK, I could reproduce with i486-linux. The bad news is that the stage2 Ada front-end appears to be miscompiled by the stage1 compiler and that there is currently no Ada-aware debugger that understands location lists... -- Eric Botcazou