This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC]: Add test for verifying the fix to the SEGV error whenprinting F77 array element


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]