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

r110600 - in /branches/gcc-4_1-branch/gcc: fort...


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


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