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]

[patch, fortran] Some conformance checks for intrinsics


Some more conformance checks for intrinsics.

OK for mainline?

	Thomas

2005-02-03  Thomas Koenig  <Thomas.Koenig@online.de>

	check.c (identical_dimen_shape):  New function.
	(check_dot_product):  Use identical_dimen_shape() to check sizes
	for dot_product.
	(gfc_check_matmul):  Likewise.
	(gfc_check_merge):  Check conformance between tsource and fsource
	and between tsource and mask.
	(gfc_check_pack):  Check conformance between array and mask.

2005-02-03  Thomas Koenig  <Thomas.Koenig@online.de>
	intrinsic_argument_conformance_1.f90:  New test.

Attachment: check-2.diff
Description: Text document

Attachment: intrinsic_argument_conformance_1.f90
Description: Text document


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