This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig in repository toolchain/ci/gcc.
from 5966fd56f8d Daily bump. adds c8f3fe68848 2019-01-12 Steven G. Kargl kargl@gcc.gnu.org adds ae57d8c7da0 2019-01-13 Thomas Koenig tkoenig@gcc.gnu.org adds bd5cf857a29 C-family: Replace "may may" with "may" in warning message adds 70409deec85 2019-01-13 Thomas Koenig tkoenig@gcc.gnu.org adds 0cc7cbe4ddb 2019-01-13 Dominique d'Humieres dominiq@gcc.gnu.org new 0af4e4339ad Daily bump. new 77aa098963d 2019-01-13 Jerry DeLisle jvdelisle@gcc.gnu.org
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++ gcc/c-family/c-warn.c | 2 +- gcc/fortran/ChangeLog | 25 ++++++++++++++ gcc/fortran/gfortran.texi | 4 +-- gcc/fortran/resolve.c | 25 +++++++------- gcc/fortran/trans-array.c | 23 ++++++++++--- gcc/testsuite/ChangeLog | 28 ++++++++++++++++ gcc/testsuite/gcc.dg/pr51628-20.c | 2 +- gcc/testsuite/gcc.dg/pr51628-21.c | 2 +- gcc/testsuite/gcc.dg/pr51628-25.c | 2 +- .../gfortran.dg/alloc_comp_auto_array_3.f90 | 2 +- gcc/testsuite/gfortran.dg/internal_pack_17.f90 | 24 ++++++++++++++ gcc/testsuite/gfortran.dg/internal_pack_18.f90 | 15 +++++++++ gcc/testsuite/gfortran.dg/namelist_96.f90 | 38 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr61765.f90 | 15 +++++++++ libgfortran/ChangeLog | 6 ++++ libgfortran/io/open.c | 16 ++++++--- 18 files changed, 208 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/internal_pack_17.f90 create mode 100644 gcc/testsuite/gfortran.dg/internal_pack_18.f90 create mode 100644 gcc/testsuite/gfortran.dg/namelist_96.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr61765.f90