GCC: f95-lang.c, 1.1.1.1 -> 1.2

Jan-Benedict Glaw jbglaw at dvmwest.gt.owl.de
Sun Aug 15 22:20:38 CEST 2004


Update of /mnt/vax-development/CVS_Repository/gcc/gcc/fortran
In directory mail:/mnt/vax-development/local_work/work-jbglaw/local-cvs/gcc/gcc/fortran

Modified Files:
	f95-lang.c 
Log Message:
- - - -- -- A U T O M A T I C   C H E C K I N -- -- - - -
	2004-08-15  Andrew Pinski  <apinski at apple.com>
	
	PR fortran/17030
	* f95-lang.c (gfc_init_builtin_functions): Initialize the builtins
	for cabs{,f} and copysign{,f}.
	* trans-decl.c (gfor_fndecl_math_cabsf): Delete.
	(gfor_fndecl_math_cabs): Delete.
	(gfor_fndecl_math_sign4): Delete.
	(gfor_fndecl_math_sign8): Delete.
	(gfc_build_intrinsic_function_decls): Remove the
	initializing of cabs{,f} and copysign{,f} functions.
	* trans-intrinsic.c (gfc_conv_intrinsic_abs): Use the builtins
	instead of the functions definitions.
	(gfc_conv_intrinsic_sign): Likewise.
	* trans.h (gfor_fndecl_math_cabsf): Delete.
	(gfor_fndecl_math_cabs): Delete.
	(gfor_fndecl_math_sign4): Delete.
	(gfor_fndecl_math_sign8): Delete.


More information about the VAX-Toolchain-CVS mailing list