[Fwd: [PATCH] PR21915, Add acosh, asinh, and atanh to intrinsics]

Jerry DeLisle jvdelisle@verizon.net
Mon Jun 27 00:48:00 GMT 2005


Jerry DeLisle wrote:

> Thankyou for this comment.  This was my first patch of this type.  I 
> will clean that up and resubmit.  It really helps to get some feedback 
> to make inprovements.
> 
I committed the following cleaned up ChangeLog:

2005-06-24  Jerry DeLisle <jvdelisle@verizon.net>

	PR fortran/21915
	* gfortran.h: Add symbols for new intrinsic functions.
	* intrinsic.c: Add new functions acosh, asinh, and atanh.
	* intrinsic.h: Add prototypes for the new functions.
	* iresolve.c (gfc_resolve_acosh): New function.
	(gfc_resolve_asinh): New function.
	(gfc_resolve_atanh): New function.
	* mathbuiltins.def: Add defines.
	* simplify.c (gfc_simplify_acosh): New function.
	(gfc_simplify_asinh): New function.
	(gfc_simplify_atanh): New function.

Hope this does it!

Thanks,

Jerry



More information about the Fortran mailing list