From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13048 invoked by alias); 17 Jun 2005 05:26:49 -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 13035 invoked by uid 22791); 17 Jun 2005 05:26:45 -0000 Received: from ausmtp01.au.ibm.com (HELO ausmtp01.au.ibm.com) (202.81.18.186) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 17 Jun 2005 05:26:45 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp01.au.ibm.com (8.12.10/8.12.10) with ESMTP id j5H5T0kS249958 for ; Fri, 17 Jun 2005 15:29:05 +1000 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.250.237]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j5H5TPmJ082946 for ; Fri, 17 Jun 2005 15:29:25 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.12.11/8.13.3) with ESMTP id j5H5QVYl025519 for ; Fri, 17 Jun 2005 15:26:31 +1000 Received: from wks190384wss.cn.ibm.com (wks190384wss.cn.ibm.com [9.181.134.93]) by d23av04.au.ibm.com (8.12.11/8.12.11) with ESMTP id j5H5QTBk025472 for ; Fri, 17 Jun 2005 15:26:30 +1000 Date: Fri, 17 Jun 2005 05:26:00 -0000 From: Wu Zhou X-X-Sender: woodzltc@localhost.localdomain To: gdb-patches@sources.redhat.com Subject: Re: [RFC]: Add test for verifying the fix to the SEGV error when printing F77 array element In-Reply-To: <20050617014835.GB17013@nevyn.them.org> Message-ID: References: <20050613025551.GC9288@nevyn.them.org> <20050617014835.GB17013@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-06/txt/msg00244.txt.bz2 On Thu, 16 Jun 2005, Daniel Jacobowitz wrote: > 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. OK. Patch is commited after adding the "quiet" option. Thanks. Cheers - Wu Zhou