From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23171 invoked by alias); 21 Jun 2005 19:41:33 -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 23158 invoked by uid 22791); 21 Jun 2005 19:41:29 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 21 Jun 2005 19:41:29 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-250-33.inter.net.il [84.228.250.33]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BPK07824 (AUTH halo1); Tue, 21 Jun 2005 22:41:25 +0300 (IDT) Date: Tue, 21 Jun 2005 19:41:00 -0000 Message-Id: From: Eli Zaretskii To: Wu Zhou CC: gdb-patches@sources.redhat.com In-reply-to: (message from Wu Zhou on Tue, 21 Jun 2005 04:34:04 +0800 (CST)) Subject: Re: [RFC] Add code to support evaluating Fortran exponentiation expression Reply-to: Eli Zaretskii References: X-SW-Source: 2005-06/txt/msg00335.txt.bz2 > Date: Tue, 21 Jun 2005 04:34:04 +0800 (CST) > From: Wu Zhou > cc: gdb-patches@sources.redhat.com > > It might be desirable to add the following text: Thanks! I will add this to the manual when I have some free time. > BTW, I am thinking of doing something to enhance GDB's support of Fortran > language (not only f77, but also f95 or some other fortran compiler). Enhancing Fortran support is indeed better than describing the current limitations. If you have motivation and resources, please do.