From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31034 invoked by alias); 16 Nov 2007 04:18:30 -0000 Received: (qmail 31026 invoked by uid 22791); 16 Nov 2007 04:18:30 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Nov 2007 04:18:26 +0000 Received: from kahikatea.snap.net.nz (76.31.255.123.static.snap.net.nz [123.255.31.76]) by viper.snap.net.nz (Postfix) with ESMTP id 1C29D3DA4F5; Fri, 16 Nov 2007 17:18:23 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 846A18FC6D; Fri, 16 Nov 2007 17:18:07 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18237.6654.136445.432895@kahikatea.snap.net.nz> Date: Fri, 16 Nov 2007 04:18:00 -0000 To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [11/11] Fortran dynamic arrays support: Fortran array testcase In-Reply-To: <20071116032049.GL9885@host0.dyn.jankratochvil.net> References: <20071116032049.GL9885@host0.dyn.jankratochvil.net> X-Mailer: VM 7.19 under Emacs 23.0.50.46 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00327.txt.bz2 > 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