From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13784 invoked by alias); 6 Jul 2005 08:55:52 -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 13748 invoked by uid 22791); 6 Jul 2005 08:55:46 -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; Wed, 06 Jul 2005 08:55:46 +0000 Received: from sd0112e0.au.ibm.com (d23rh903.au.ibm.com [202.81.18.201]) by ausmtp02.au.ibm.com (8.12.10/8.12.10) with ESMTP id j668onGQ113622 for ; Wed, 6 Jul 2005 18:50:49 +1000 Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.250.242]) by sd0112e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j668n1Xt024430 for ; Wed, 6 Jul 2005 18:58:22 +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 j668Wkpw015151 for ; Wed, 6 Jul 2005 18:32:48 +1000 Received: from [9.181.134.93] ([9.181.134.93]) by d23av01.au.ibm.com (8.12.11/8.12.11) with ESMTP id j668Wiqq015060; Wed, 6 Jul 2005 18:32:45 +1000 Date: Wed, 06 Jul 2005 08:55: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: <20050703170746.GF13811@nevyn.them.org> Message-ID: References: <20050617134139.GC23901@nevyn.them.org> <20050703170746.GF13811@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-07/txt/msg00069.txt.bz2 On Sun, 3 Jul 2005, Daniel Jacobowitz wrote: > On Mon, Jun 20, 2005 at 11:22:53AM +0800, Wu Zhou wrote: > > OK. I add five tests in gdb.fortran/exprs.exp (patch is included below). > > Without the above patch, all the five tests fail; with it, all pass. OK > > to commit? Thanks. > > > > 2005-06-20 Wu Zhou > > > > * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five > > tests to evaluate exponentiation expression. > > You need to update the copyright year in this file. Otherwise OK. Copyright year is updated and patch committed. Thanks for reviewing this. - Wu Zhou