From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13616 invoked by alias); 21 Jul 2006 00:40:40 -0000 Received: (qmail 13607 invoked by uid 22791); 21 Jul 2006 00:40:39 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 21 Jul 2006 00:40:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G3j4F-0000Da-LK; Thu, 20 Jul 2006 20:40:35 -0400 Date: Fri, 21 Jul 2006 00:40:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [commit] Fix a C++ segfault Message-ID: <20060721004035.GB802@nevyn.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org References: <20060720225443.GA31345@nevyn.them.org> <20060721002757.GA3711@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060721002757.GA3711@adacore.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00283.txt.bz2 On Thu, Jul 20, 2006 at 05:27:57PM -0700, Joel Brobecker wrote: > Hello Daniel, > > > 2006-07-20 Daniel Jacobowitz > > > > * eval.c (evaluate_struct_tuple): Skip static fields. > > I don't know C++ too much - how often is this likely to occur? > Would this be a safe patch for the branch? Safe, but not particularly relevant. None of this code has been used in years, it's quite clear - in fact 80% of that function is devoted to Chill support. -- Daniel Jacobowitz CodeSourcery