This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
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