This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch, fortran] Some conformance checks for intrinsics


Steve and Thomas,



	check.c (identical_dimen_shape):  New function.
	(check_dot_product):  Use identical_dimen_shape() to check sizes
	for dot_product.


There is a bug report about dot_product. I don't recall the PR number.

PR25075 nor P3 NEW array size mismatch in DOT_PRODUCT

INTEGER :: I(10),J(11)
write(6,*) DOT_PRODUCT(I,J)
END

Paul


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