[Bug fortran/25075] array size mismatch in DOT_PRODUCT

tkoenig at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Feb 4 22:12:00 GMT 2006



------- Comment #3 from tkoenig at gcc dot gnu dot org  2006-02-04 22:12 -------
Subject: Bug 25075

Author: tkoenig
Date: Sat Feb  4 22:11:57 2006
New Revision: 110596

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110596
Log:
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.


Added:
    trunk/gcc/testsuite/gfortran.dg/intrinsic_argument_conformance_1.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/check.c
    trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25075



More information about the Gcc-bugs mailing list