From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7265 invoked by alias); 17 Jun 2005 01:48: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 7223 invoked by uid 22791); 17 Jun 2005 01:48:38 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 17 Jun 2005 01:48:38 +0000 Received: from drow by nevyn.them.org with local (Exim 4.51) id 1Dj5yG-0004SC-0g; Thu, 16 Jun 2005 21:48:36 -0400 Date: Fri, 17 Jun 2005 01:48:00 -0000 From: Daniel Jacobowitz To: Wu Zhou Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC]: Add test for verifying the fix to the SEGV error when printing F77 array element Message-ID: <20050617014835.GB17013@nevyn.them.org> Mail-Followup-To: Wu Zhou , gdb-patches@sources.redhat.com References: <20050613025551.GC9288@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/msg00232.txt.bz2 On Wed, Jun 15, 2005 at 11:39:14AM +0800, Wu Zhou wrote: > + if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug f77}] != "" } { > + untested "Couldn't compile ${srcfile}" > + return -1 > + } Please use {debug f77 quiet} to be nice to people without an F77 compiler. Otherwise, this is OK. -- Daniel Jacobowitz CodeSourcery, LLC