From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25123 invoked by alias); 12 Nov 2007 21:04:10 -0000 Received: (qmail 25114 invoked by uid 22791); 12 Nov 2007 21:04:09 -0000 X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Nov 2007 21:04:04 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id CC6A020961 for ; Mon, 12 Nov 2007 22:04:01 +0100 (CET) From: Dirk Mueller To: gcc-patches@gcc.gnu.org Subject: Re: Patch: make mapped locations the default Date: Mon, 12 Nov 2007 22:01:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <47333126.6040206@codesourcery.com> In-Reply-To: <47333126.6040206@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711122203.57008.dmueller@suse.de> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00669.txt.bz2 On Thursday 08 November 2007, Mark Mitchell wrote: > > 2007-11-08 Tom Tromey > > > > * common.opt (fshow-column): Default to 0. > > * configure: Rebuilt. > > * configure.ac (--enable-mapped-location): Default to 'yes'. The patch seems to break --enable-werror bootstrap here (i586) with an array-underflow warning in reg-stack.c. It is not immediately obvious to me why that happens. Am I really the only one seeing this? As it might cause problems during regtesting other patches, can we perhaps back that change out until the underlying bug is fixed? Thanks, Dirk