From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11970 invoked by alias); 27 Aug 2004 13:58:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11963 invoked from network); 27 Aug 2004 13:58:50 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 27 Aug 2004 13:58:50 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1C0hFg-0002m4-00; Fri, 27 Aug 2004 09:58:48 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 3106E4B102; Fri, 27 Aug 2004 09:58:54 -0400 (EDT) Date: Fri, 27 Aug 2004 13:58:00 -0000 From: Michael Chastain To: jimb@redhat.com, david@streamline-computing.com, cagney@gnu.org Subject: Re: [PATCH/RFA] PR gdb/648 (eval.c approval reqd) Cc: gdb-patches@sources.redhat.com Message-ID: <412F3E1D.nailDK31KTUQZ@mindspring.com> References: <1091830216.4188.23.camel@localhost> <1092659964.5816.5.camel@localhost> <1093009988.5529.40.camel@cpc4-oxfd5-5-0-cust12.oxfd.cable.ntl.com> <1093599149.26156.19.camel@cpc4-oxfd5-5-0-cust12.oxfd.cable.ntl.com> <412F3C47.9060904@gnu.org> In-Reply-To: <412F3C47.9060904@gnu.org> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00732.txt.bz2 Andrew Cagney wrote: > Where were we at with the testcase? I've a fuzzy memory of it hitting a > problem with test infrastructure? Yeah, big time. There are no FORTRAN programs in the test suite. Before I add any FORTRAN programs, I am going to overhaul the code that connects "language type" (such as c or f77) to "compiler name" (such as gcc or g77). I've started that twice now, but it's a big ball of hair. Michael