From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6390 invoked by alias); 17 Jun 2005 10:17:41 -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 6334 invoked by uid 22791); 17 Jun 2005 10:17:34 -0000 Received: from legolas.inter.net.il (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 17 Jun 2005 10:17:34 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-153-6.inter.net.il [80.230.153.6]) by legolas.inter.net.il (MOS 3.5.8-GR) with ESMTP id EQE00045 (AUTH halo1); Fri, 17 Jun 2005 13:17:30 +0300 (IDT) Date: Fri, 17 Jun 2005 10:17:00 -0000 Message-Id: From: Eli Zaretskii To: Wu Zhou CC: gdb-patches@sources.redhat.com In-reply-to: (message from Wu Zhou on Fri, 17 Jun 2005 13:22:26 +0800 (CST)) Subject: Re: [RFC] Add code to support evaluating Fortran exponentiation expression Reply-to: Eli Zaretskii References: X-SW-Source: 2005-06/txt/msg00252.txt.bz2 > Date: Fri, 17 Jun 2005 13:22:26 +0800 (CST) > From: Wu Zhou > > There is no support for evaluating Fortran exponentiation expression in > current GDB. I added some code (the patch is attached below) to do this. > And had tested it with g77-3.2.3 and g77-3.3.3. Following is the related > gdb session. Please review and comment. Thanks. Thank you for working on this. 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.) TIA