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]

r128849 - in /trunk/gcc: fortran/ChangeLog fort...


Author: tobi
Date: Thu Sep 27 21:27:51 2007
New Revision: 128849

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128849
Log:
fortran/
* arith.c (reduce_binary_aa): Fix capitalization.
* check.c (gfc_check_dot_product): Likewise.
(gfc_check_matmul): Likewise.
* expr.c (gfc_check_conformance): Likewise.
(gfc_check_assign): Likewise.
(gfc_default_initializer): Simplify logic.
* trans.c (gfc_msg_bounds): Make const.
(gfc_msg_fault): Likewise.
(gfc_msg_wrong_return): Likewise.
* trans.h: Add const to corresponding extern declarations.
testsuite/
* gfortran.dg/array_initializer_3.f90: Adapt error annotations for
fixed capitalizations.
* gfortran.dg/compliant_elemental_intrinsics_1.f90: Likewise.
* gfortran.dg/compliant_elemental_intrinsics_2.f90: Likewise.
* gfortran.dg/elemental_subroutine_4.f90: Likewise.
* gfortran.dg/intrinsic_argument_conformance_1.f90: Likewise.
* gfortran.dg/maxloc_shape_1.f90: Likewise.
* gfortran.dg/maxval_maxloc_conformance_1.f90: Likewise.
* gfortran.dg/min_max_conformance.f90: Likewise.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/arith.c
    trunk/gcc/fortran/check.c
    trunk/gcc/fortran/expr.c
    trunk/gcc/fortran/trans.c
    trunk/gcc/fortran/trans.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/array_initializer_3.f90
    trunk/gcc/testsuite/gfortran.dg/compliant_elemental_intrinsics_1.f90
    trunk/gcc/testsuite/gfortran.dg/compliant_elemental_intrinsics_2.f90
    trunk/gcc/testsuite/gfortran.dg/elemental_subroutine_4.f90
    trunk/gcc/testsuite/gfortran.dg/intrinsic_argument_conformance_1.f90
    trunk/gcc/testsuite/gfortran.dg/maxloc_shape_1.f90
    trunk/gcc/testsuite/gfortran.dg/maxval_maxloc_conformance_1.f90
    trunk/gcc/testsuite/gfortran.dg/min_max_conformance.f90


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