This is the mail archive of the gdb-patches@sourceware.org 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: [11/11] Fortran dynamic arrays support: Fortran array testcase


 > Also found out GDB testsuite (or rather dejagnu) never find gcc-4.x gfortran
 > as it is no longer called `g77'.  One can workaround it by: ln -s `which
 > gfortran` g77

I also discovered this after I had contributed a patch based on use of g77:

       * varobj.c (c_name_of_child, c_value_of_child): Allow non-zero
	offsets for languages like Fortran.

ISTR that the patch failed with an executable built using gfortran but I never
noticed because the testsuite never found it.  

 > I assume it is a dejagnu bug and its `find_g77' should find even `gfortran'.

I think that the debug info from gfortran may be less complete than that from
g77 and that gfortran developers have issues that they consider more important.


-- 
Nick                                           http://www.inet.net.nz/~nickrob


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