re PR fortran/25075 ([4.1 only] array size mismatch in DOT_PRODUCT)
authorThomas Koenig <Thomas.Koenig@online.de>
Sat, 4 Feb 2006 22:11:57 +0000 (22:11 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 4 Feb 2006 22:11:57 +0000 (22:11 +0000)
commita89992356b0fb31b723a5ca80c450912ff09d881
tree33b1a15e38e3c7bc298d8665900f8b6ff2fe4d70
parent3a3315f7cc629449dd06d3d0f40409f98b446393
re PR fortran/25075 ([4.1 only] array size mismatch in DOT_PRODUCT)

2006-02-04  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/25075
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.

2006-02-04  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/25075
intrinsic_argument_conformance_1.f90:  New test.

From-SVN: r110596
gcc/fortran/ChangeLog
gcc/fortran/check.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/intrinsic_argument_conformance_1.f90 [new file with mode: 0644]