From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15560 invoked by alias); 4 Sep 2009 20:17:44 -0000 Received: (qmail 15551 invoked by uid 22791); 4 Sep 2009 20:17:43 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_53,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Sep 2009 20:17:36 +0000 Received: (qmail 14872 invoked from network); 4 Sep 2009 20:17:34 -0000 Received: from unknown (HELO localhost) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Sep 2009 20:17:34 -0000 Date: Fri, 04 Sep 2009 20:17:00 -0000 From: Nathan Froyd To: Tom Tromey Cc: Doug Evans , Pedro Alves , gdb@sourceware.org Subject: Re: store.exp failure on i686-linux with newer gcc's Message-ID: <20090904201734.GY29075@codesourcery.com> References: <200909032303.56901.pedro@codesourcery.com> <20090903234357.GR29075@codesourcery.com> <20090904174903.GV29075@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00085.txt.bz2 On Fri, Sep 04, 2009 at 12:38:23PM -0600, Tom Tromey wrote: > I see now that read_pieced_value will only be called to fill in a lazy > value. So, you are correct, this can't happen for values on the > history. > > This patch is ok. Thanks, committed. -Nathan