This is the mail archive of the gcc-bugs@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]

[Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes



------- Comment #4 from tkoenig at gcc dot gnu dot org  2006-02-05 00:14 -------
Subject: Bug 25046

Author: tkoenig
Date: Sun Feb  5 00:14:37 2006
New Revision: 110600

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110600
Log:
2006-02-04  Thomas Koenig  <Thomas.Koenig@online.de>

        PR fortran/26039
        PR fortran/25046
        * expr.c (gfc_check_conformance):  Reorder error message
        to avoid plural.
        * check.c(gfc_check_minloc_maxloc):  Call gfc_check_conformance
        for checking arguments array and mask.
        (check_reduction):  Likewise.

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

        PR fortran/26039
        PR fortran/25046
        * maxval_maxloc_conformance_1.f90:  New test.


Added:
   
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/maxval_maxloc_conformance_1.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/check.c
    branches/gcc-4_1-branch/gcc/fortran/expr.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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