From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32126 invoked by alias); 6 Jul 2005 08:36:31 -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 31831 invoked by uid 22791); 6 Jul 2005 08:36:25 -0000 Received: from ausmtp01.au.ibm.com (HELO ausmtp01.au.ibm.com) (202.81.18.186) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 06 Jul 2005 08:36:25 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp01.au.ibm.com (8.12.10/8.12.10) with ESMTP id j668cjil344136 for ; Wed, 6 Jul 2005 18:38:46 +1000 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.250.244]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j668d0Xc122868 for ; Wed, 6 Jul 2005 18:39:00 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.12.11/8.13.3) with ESMTP id j668a2Fs002121 for ; Wed, 6 Jul 2005 18:36:03 +1000 Received: from [9.181.134.93] ([9.181.134.93]) by d23av03.au.ibm.com (8.12.11/8.12.11) with ESMTP id j668a02j002042; Wed, 6 Jul 2005 18:36:01 +1000 Date: Wed, 06 Jul 2005 08:36:00 -0000 From: Wu Zhou To: Daniel Jacobowitz cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Add code to support evaluating Fortran exponentiation expression In-Reply-To: <20050703170543.GE13811@nevyn.them.org> Message-ID: References: <20050617134139.GC23901@nevyn.them.org> <20050703170543.GE13811@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-07/txt/msg00068.txt.bz2 On Sun, 3 Jul 2005, Daniel Jacobowitz wrote: > > 2005-06-20 Wu Zhou > > > > * f-exp.y (yyparse): Add code to support exponentiation expression. > > (yylex): Add code to scan exponentiation operator. > > * eval.c (evaluate_subexp_standard): Add support for BINOP_EXP. > > * valarith.c (value_binop): Reset errno to 0 before calling pow > > to do exponentiation operation. > > Yes, this version is OK. Thank you. Committed. Thanks for reviewing this. - Wu Zhou