From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1557 invoked by alias); 5 Feb 2006 00:14:42 -0000 Received: (qmail 1516 invoked by alias); 5 Feb 2006 00:14:40 -0000 Date: Sun, 05 Feb 2006 00:14:00 -0000 Message-ID: <20060205001440.1515.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00367.txt.bz2 List-Id: ------- 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 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 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