From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9673 invoked by alias); 20 Jun 2005 03:47:53 -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 9642 invoked by uid 22791); 20 Jun 2005 03:47:50 -0000 Received: from ausmtp02.au.ibm.com (HELO ausmtp02.au.ibm.com) (202.81.18.187) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 20 Jun 2005 03:47:50 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp02.au.ibm.com (8.12.10/8.12.10) with ESMTP id j5K3hJHP048666 for ; Mon, 20 Jun 2005 13:43:19 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.250.242]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j5K3obxI101464 for ; Mon, 20 Jun 2005 13:50:37 +1000 Received: from d23av01.au.ibm.com (loopback [127.0.0.1]) by d23av01.au.ibm.com (8.12.11/8.13.3) with ESMTP id j5K3lhfx014196 for ; Mon, 20 Jun 2005 13:47:43 +1000 Received: from wks190384wss.cn.ibm.com (wks190384wss.cn.ibm.com [9.181.134.93] (may be forged)) by d23av01.au.ibm.com (8.12.11/8.12.11) with ESMTP id j5K3lde6014124; Mon, 20 Jun 2005 13:47:41 +1000 Date: Mon, 20 Jun 2005 03:47:00 -0000 From: Wu Zhou To: Eli Zaretskii cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Add code to support evaluating Fortran exponentiation expression In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-06/txt/msg00312.txt.bz2 On Fri, 17 Jun 2005, Eli Zaretskii wrote: > If this patch is accepted, please submit a suitable change for the > user's manual which describes this operator. (There's a section about > Fortran-specific support where this info belongs.) OK. I will submit some document once this is approved. BTW. Do you means to add some words into section 12.4.3 to describe this change? It seems the text there is very short. Do you think that it is desirable to add some other words to describe a little more Fortran specific information, such as the limitation on evaluating Fortran expression, the different symbol name (MAIN__ other than main, sub_ other than sub)? Maybe some others. Cheers - Wu Zhou