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 when printing F77 array element


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


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