GCC: reduction.f90, NONE -> 1.1

Jan-Benedict Glaw jbglaw at dvmwest.gt.owl.de
Thu Aug 19 22:53:21 CEST 2004


Update of /mnt/vax-development/CVS_Repository/gcc/gcc/testsuite/gfortran.dg
In directory mail:/mnt/vax-development/local_work/work-jbglaw/local-cvs/gcc/gcc/testsuite/gfortran.dg

Added Files:
	reduction.f90 
Log Message:
- - - -- -- A U T O M A T I C   C H E C K I N -- -- - - -
	fortran/
	PR fortran/16946
	* check.c (gfc_check_reduction): New function.
	(gfc_check_minval_maxval): Removed.
	(gfc_check_product): Removed.
	(gfc_check_sum): Removed.
	* intrinsic.h: Add/remove declarations for these.
	* gfortran.h: Add field f3red to union gfc_check_f.
	* intrinsic.c (add_sym_3red): New function.
	(add_functions): Register maxval, minval, product, and sum intrinsics
	through add_sym_3red.
	(check_specific): Handle f3red union field.
	* iresolve.c: Whitespace change.
	
	testsuite/
	PR fortran/16946
	* gfortran.dg/reduction.f90: New testcase.


More information about the VAX-Toolchain-CVS mailing list