This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFC] Add code to support evaluating Fortran exponentiation expression
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Wu Zhou <woodzltc at cn dot ibm dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Fri, 17 Jun 2005 13:17:25 +0200
- Subject: Re: [RFC] Add code to support evaluating Fortran exponentiation expression
- References: <Pine.LNX.4.63.0506171316270.15833@localhost.localdomain>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Fri, 17 Jun 2005 13:22:26 +0800 (CST)
> From: Wu Zhou <woodzltc@cn.ibm.com>
>
> 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