This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Add code to support evaluating Fortran exponentiation expression


On Fri, Jun 17, 2005 at 01:22:26PM +0800, Wu Zhou wrote:
> 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
> 
> 	* 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.

This will need a testcase, in addition to documentation.  Doing those
separately is fine.  The only other problem is that f-exp.y needs a
copyright year update: the last listed year is 2001, but I see it has
been modified in 2002, 2003, and 2004.  So please add all of those
years (plus 2005).

Otherwise OK.


-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]