From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2668 invoked by alias); 15 Aug 2004 08:19:43 -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 2661 invoked from network); 15 Aug 2004 08:19:42 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 15 Aug 2004 08:19:42 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1BwGEv-0002xp-00; Sun, 15 Aug 2004 04:19:41 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 3FFF74B102; Sun, 15 Aug 2004 04:19:44 -0400 (EDT) Date: Sun, 15 Aug 2004 08:19:00 -0000 From: Michael Chastain To: david@streamline-computing.com Subject: Re: [PATCH/RFA] PR gdb/648 Cc: gdb-patches@sources.redhat.com Message-ID: <411F1C9F.nailGB718VNDJ@mindspring.com> References: <1091830216.4188.23.camel@localhost> In-Reply-To: <1091830216.4188.23.camel@localhost> 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/msg00519.txt.bz2 The test suite part of this will take a while. There are no FORTRAN programs in the test suite yet. There are two scripts in gdb.fortran which exercise gdb's fortran expression handler, but no actual programs! So I am going to add some infrastructure and then add the first actual FORTRAN program. I am working on that right now. After that, various platforms need to adjust to the shock and maybe disable themselves in skip_fortran_tests. I estimate it will take about a week before I can add real fortran tests, like yours. Michael C