From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32291 invoked by alias); 13 Jun 2005 02:56:47 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32282 invoked by uid 22791); 13 Jun 2005 02:56:45 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 13 Jun 2005 02:56:45 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1Dhf7z-0006M4-Vw; Sun, 12 Jun 2005 22:56:44 -0400 Date: Mon, 13 Jun 2005 02:56:00 -0000 From: Daniel Jacobowitz To: Wu Zhou Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA]: Patch to fix the SEGV error when printing f77 array element Message-ID: <20050613025643.GD9288@nevyn.them.org> Mail-Followup-To: Wu Zhou , gdb-patches@sources.redhat.com References: <20050609132002.GB965@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00139.txt.bz2 On Fri, Jun 10, 2005 at 03:22:50PM +0800, Wu Zhou wrote: > 2005-06-10 Wu Zhou > > * eval.c (evaluate_subexp_standard): Add code to check the target > type of a TYPE_CODE_PTR value when we encounter a f77 undetermined > arglist. If it is array, string or function, work on the target > value instead. This version is fine. Thanks! -- Daniel Jacobowitz CodeSourcery, LLC