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]

r240596 - in /branches/gcc-6-branch: gcc/fortra...


Author: kargl
Date: Wed Sep 28 20:18:56 2016
New Revision: 240596

URL: https://gcc.gnu.org/viewcvs?rev=240596&root=gcc&view=rev
Log:

Backport from trunk of the following PR's:

fortran/41922 fortran/60774 fortran/61318 fortran/68566 fortran/69514
fortran/69867 fortran/69962 fortran/70006 fortran/71067 fortran/71730
fortran/71799 fortran/71859 fortran/71862 fortran/77260 fortran/77351
fortran/77372 fortran/77380 fortran/77391 fortran/77420 fortran/77429 
fortran/77460 fortran/77506 fortran/77507 fortran/77612 fortran/77694

Added:
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/ieee/pr77372.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/ieee/pr77507.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr41922.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr61318.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr68566.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr69514_1.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr69514_2.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr69867.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr69962.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr70006.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71067_1.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71067_2.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71730.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71799.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71859.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr71862.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77260_1.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77260_2.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77351.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77380.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77391.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77420_1.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77420_2.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77420_3.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77420_4.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77429.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77460.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77506.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77612.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr77694.f90
Modified:
    branches/gcc-6-branch/gcc/fortran/ChangeLog
    branches/gcc-6-branch/gcc/fortran/array.c
    branches/gcc-6-branch/gcc/fortran/check.c
    branches/gcc-6-branch/gcc/fortran/class.c
    branches/gcc-6-branch/gcc/fortran/decl.c
    branches/gcc-6-branch/gcc/fortran/dependency.c
    branches/gcc-6-branch/gcc/fortran/frontend-passes.c
    branches/gcc-6-branch/gcc/fortran/interface.c
    branches/gcc-6-branch/gcc/fortran/intrinsic.c
    branches/gcc-6-branch/gcc/fortran/io.c
    branches/gcc-6-branch/gcc/fortran/parse.c
    branches/gcc-6-branch/gcc/fortran/resolve.c
    branches/gcc-6-branch/gcc/fortran/simplify.c
    branches/gcc-6-branch/gcc/fortran/target-memory.c
    branches/gcc-6-branch/gcc/fortran/target-memory.h
    branches/gcc-6-branch/gcc/fortran/trans-common.c
    branches/gcc-6-branch/gcc/fortran/trans-decl.c
    branches/gcc-6-branch/gcc/testsuite/ChangeLog
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/array_constructor_26.f03
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/array_constructor_27.f03
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/bounds_check_strlen_2.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/c_assoc_2.f03
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/c_assoc_4.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray_collectives_1.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/empty_label.f
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/empty_label.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/empty_label_typedecl.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/equiv_constraint_5.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/equiv_constraint_7.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/intrinsic_numeric_arg.f
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/label_3.f90
    branches/gcc-6-branch/gcc/testsuite/gfortran.dg/warnings_are_errors_1.f90
    branches/gcc-6-branch/libgfortran/ChangeLog
    branches/gcc-6-branch/libgfortran/ieee/ieee_arithmetic.F90


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